diff options
Diffstat (limited to 'net/hlmaster/files/patch-lib::pfc++::Makefile')
-rw-r--r-- | net/hlmaster/files/patch-lib::pfc++::Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/hlmaster/files/patch-lib::pfc++::Makefile b/net/hlmaster/files/patch-lib::pfc++::Makefile new file mode 100644 index 000000000000..15d953992b25 --- /dev/null +++ b/net/hlmaster/files/patch-lib::pfc++::Makefile @@ -0,0 +1,10 @@ + +--- lib/pfc++/src/Makefile.bsd.orig Thu Jul 5 07:06:54 2001 ++++ lib/pfc++/src/Makefile.bsd Sat Jul 14 17:54:52 2001 +@@ -1,5 +1,4 @@ +-CXX = g++ +-CXXFLAGS = -Wall -O2 ++CXXFLAGS += -Wall + REAL_CXXFLAGS = ${CXXFLAGS} -D__linux__ -I../include + + RANLIB = ar |