ports/devel/cccc/files/patch-makefile
Matthias Andree a1b5248632 - Heed CXX (fixes build on systems without g++; per clang -exp run)
- Patch erase to map_t::erase (adds files/patch-cccc__cccc_tbl.cc)
- Drop MD5 sum.
2011-07-01 01:48:48 +00:00

25 lines
515 B
Text

--- ./makefile.orig 2001-04-25 18:30:29.000000000 +0200
+++ ./makefile 2011-07-01 03:41:44.000000000 +0200
@@ -8,17 +8,17 @@
.PHONY : pccts cccc test install
-all : pccts cccc test install
+all : pccts cccc test
pccts :
- cd pccts ; make
+ cd pccts ; gmake
cccc :
- cd cccc ; make -f posixgcc.mak
+ cd cccc ; gmake -f posixgcc.mak
test :
- cd test ; make -f posix.mak
+ cd test ; gmake -f posix.mak
install :
- cd install ; su root -c "make -f install.mak"
+ cd install ; gmake -f install.mak