diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-07-14 21:03:26 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-07-14 21:03:26 +0000 |
commit | 0b5097c7bf4d25c8e589adb8c9f889082529baba (patch) | |
tree | 0fe42cb0cce91cfa2e50141a4b16d268ed22b1a4 /net/hlmaster/files/patch-lib::pfc++::Makefile | |
parent | Add NOPORTDOCS support (diff) |
add port version 0.9.2 for hlmaster, a Half-Life game master server
daemon
PR: 28865
Submitted by: Patrick Li <pat@databits.net>
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 |