- Respect ${CXX}, ${CXXFLAGS}, ${PREFIX}, ${PTHREAD_CFLAGS}, ${PTHREAD_LIBS}, ${INSTALL_PROGRAM} and ${INSTALL_DATA} - Sort the packing list [1]: PR: ports/85286 Submitted by: maintainer
11 lines
346 B
Text
11 lines
346 B
Text
--- src/lib/plt/acf/Makefile.orig Wed Aug 31 22:36:40 2005
|
|
+++ src/lib/plt/acf/Makefile Wed Aug 31 22:36:40 2005
|
|
@@ -48,7 +48,7 @@
|
|
# build the ccnf generator
|
|
|
|
ccnf: ccnf.cpp
|
|
- @$(CC) $(CNFDEFINES) -o ccnf ccnf.cpp
|
|
+ @$(CC) $(CXXFLAGS) $(CNFDEFINES) -o ccnf ccnf.cpp
|
|
|
|
# rule: distri
|
|
# this rule install the acf directory in the distribution
|