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 | |
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>
Notes
Notes:
svn path=/head/; revision=45124
Diffstat (limited to 'net/hlmaster/files')
-rw-r--r-- | net/hlmaster/files/patch-lib::pfc++::Makefile | 10 | ||||
-rw-r--r-- | net/hlmaster/files/patch-src::Makefile | 9 |
2 files changed, 19 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 diff --git a/net/hlmaster/files/patch-src::Makefile b/net/hlmaster/files/patch-src::Makefile new file mode 100644 index 000000000000..98db484a77a1 --- /dev/null +++ b/net/hlmaster/files/patch-src::Makefile @@ -0,0 +1,9 @@ +--- src/Makefile.bsd.orig Wed Jul 4 17:44:41 2001 ++++ src/Makefile.bsd Sat Jul 14 17:54:34 2001 +@@ -1,5 +1,4 @@ +-CXX = g++ +-CXXFLAGS = -Wall -O2 ++CXXFLAGS += -Wall + LDFLAGS = -s + REAL_CXXFLAGS = ${CXXFLAGS} -D__linux__ -I../include -I../lib/pfc++/include + |