summaryrefslogtreecommitdiff
path: root/net/hlmaster/files
diff options
context:
space:
mode:
Diffstat (limited to 'net/hlmaster/files')
-rw-r--r--net/hlmaster/files/patch-lib::pfc++::Makefile10
-rw-r--r--net/hlmaster/files/patch-src::Makefile9
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
+