summaryrefslogtreecommitdiff
path: root/net/spread4/files/patch-FreeBSD_makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-16 22:28:08 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-16 22:28:08 +0000
commit1420ecfec719ed058b8eae0a9e4199f568a270d1 (patch)
treedf3d87b634871e1f4578c4d57b57e20906c1c901 /net/spread4/files/patch-FreeBSD_makefile
parentiMaintainer update to version 2.0.2 (diff)
Maintainer update to version 3.17.0
PR: ports/45178 Submitted by: Joshua Goodall <joshua@roughtrade.net>
Notes
Notes: svn path=/head/; revision=70266
Diffstat (limited to 'net/spread4/files/patch-FreeBSD_makefile')
-rw-r--r--net/spread4/files/patch-FreeBSD_makefile36
1 files changed, 0 insertions, 36 deletions
diff --git a/net/spread4/files/patch-FreeBSD_makefile b/net/spread4/files/patch-FreeBSD_makefile
deleted file mode 100644
index cbc4f76a9964..000000000000
--- a/net/spread4/files/patch-FreeBSD_makefile
+++ /dev/null
@@ -1,36 +0,0 @@
---- FreeBSD_makefile.orig Wed Aug 22 00:28:21 2001
-+++ FreeBSD_makefile Thu Feb 28 23:27:26 2002
-@@ -1,4 +1,3 @@
--CC=gcc
- MAKEFILE=FreeBSD_makefile
- YACC = bison -y
- LEX = flex
-@@ -8,8 +7,8 @@
- #SRCDIRS= dir1 dir2
- #INCL=$(SRCDIRS:%=-I%)
- #CFLAGS = -O does not always work on BSDI pc
--CFLAGS = -ansi -c -Wall -O3
--TCFLAGS = $(CFLAGS) -pthread
-+CFLAGS += -ansi -c
-+TCFLAGS = $(CFLAGS) $(PTHREAD_LIBS)
-
- COBJS = lex.yy.o y.tab.o configuration.o skiplist.o acm.o
- OBJS = alarm.o events.o memory.o membership.o data_link.o network.o status.o log.o flow_control.o message.o acp-permit.o auth-null.o auth-ip.o
-@@ -30,7 +29,7 @@
- $(CC) -o spuser user.o libsp.a
-
- sptuser : user.to libtsp.a
-- $(CC) -pthread -o sptuser user.to libtsp.a
-+ $(CC) $(PTHREAD_LIBS) -o sptuser user.to libtsp.a
-
- simple_user : simple_user.o libsp.a
- $(CC) -o simple_user simple_user.o libsp.a
-@@ -78,7 +77,7 @@
- $(CC) $(TCFLAGS) -fPIC -D_REENTRANT $*.c -o $*.tlo
-
- .c.to:
-- $(CC) $(TCFLAGS) -D_THREAD_SAFE -D_REENTRANT $*.c -o $*.to
-+ $(CC) $(TCFLAGS) $(PTHREAD_CFLAGS) -D_REENTRANT $*.c -o $*.to
-
- depend:
- cp $(MAKEFILE) $(MAKEFILE).bak \