summaryrefslogtreecommitdiff
path: root/net-p2p/hagelslag/files/patch-src-Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-07 12:52:37 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-07 12:52:37 +0000
commitdc2190846a4490c208e610f342a00f26834a4084 (patch)
treee1a25561f793803d87813aadfee13c510ac5f182 /net-p2p/hagelslag/files/patch-src-Makefile
parentRevision 1.33 of sys/sys/signal.h changed the visibility (diff)
- Fix hagelslag on -CURRENT by including missing header
- CFLAGS police PR: ports/44890 Submitted by: Volker Stolz <vs@foldr.org>
Notes
Notes: svn path=/head/; revision=69658
Diffstat (limited to 'net-p2p/hagelslag/files/patch-src-Makefile')
-rw-r--r--net-p2p/hagelslag/files/patch-src-Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/net-p2p/hagelslag/files/patch-src-Makefile b/net-p2p/hagelslag/files/patch-src-Makefile
index d5a6dc2b97f7..51df1dc46bb1 100644
--- a/net-p2p/hagelslag/files/patch-src-Makefile
+++ b/net-p2p/hagelslag/files/patch-src-Makefile
@@ -1,12 +1,14 @@
--- src/Makefile.orig Sun Apr 8 19:58:59 2001
-+++ src/Makefile Mon May 7 12:18:41 2001
-@@ -1,5 +1,4 @@
++++ src/Makefile Mon Nov 4 21:24:23 2002
+@@ -1,13 +1,13 @@
# Don't change this...
-CXX=g++
++CXX?=g++
LFLAGS=
- COMMONFLAGS=-Wall -O2 -g
+-COMMONFLAGS=-Wall -O2 -g
++#COMMONFLAGS=-Wall -O2 -g
ROUTER_FLAGS=$(COMMONFLAGS) -DROUTER
-@@ -7,7 +6,7 @@
+ DAEMON_FLAGS=$(COMMONFLAGS) -DDAEMON
CONSOLE_FLAGS=$(COMMONFLAGS) -DCONSOLE
# Change this instead.
@@ -15,7 +17,7 @@
# Nothing below here should be changed
-@@ -98,7 +97,7 @@
+@@ -98,7 +98,7 @@
cp -f UserLib.a ../lib
depend: