diff options
author | alexbl <alexbl@FreeBSD.org> | 2006-10-07 14:53:00 +0800 |
---|---|---|
committer | alexbl <alexbl@FreeBSD.org> | 2006-10-07 14:53:00 +0800 |
commit | 6ed0dcf578b64d101afcb340bfdb2b217c670c23 (patch) | |
tree | 74a238ea28ef719e23f71b59e2f5a39323e2df4d /net | |
parent | 03f1213b2b79a3f32da216c6d3f1f66ea09af3bd (diff) | |
download | freebsd-ports-gnome-6ed0dcf578b64d101afcb340bfdb2b217c670c23.tar.gz freebsd-ports-gnome-6ed0dcf578b64d101afcb340bfdb2b217c670c23.tar.zst freebsd-ports-gnome-6ed0dcf578b64d101afcb340bfdb2b217c670c23.zip |
- unbreak on gcc4.1
PR: 103881
Submitted by: trasz <trasz@pin.if.uz.zgora.pl>
Approved by: novel (mentor, implicit)
Diffstat (limited to 'net')
-rw-r--r-- | net/archie/files/patch-aa | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/net/archie/files/patch-aa b/net/archie/files/patch-aa index 53e99bf2c5ec..9fc8566de774 100644 --- a/net/archie/files/patch-aa +++ b/net/archie/files/patch-aa @@ -1,14 +1,6 @@ ---- Makefile.orig Mon Oct 26 15:11:04 1992 -+++ Makefile Tue Jul 28 09:44:38 1998 -@@ -2,14 +2,14 @@ - # Makefile for the minimal build for an archie Prospero client. - # - # Your C compiler: --#CC=cc -+CC=cc - - # For most systems, these OPTIONS will suffice. Exceptions: - # +--- Makefile.orig Tue Oct 27 00:11:04 1992 ++++ Makefile Sun Oct 1 23:06:07 2006 +@@ -9,7 +9,7 @@ # * If you're on a Stardent, add -43 # * If you're running EP/IX, you may need to add -systype bsd43 # but try it without it first. @@ -35,6 +27,15 @@ # Usually LDFLAGS is empty; if, after you build this, archie # complains that it can't resolve ARCHIE.ANS.NET (or whatever +@@ -73,7 +73,7 @@ + # Yer' done....make archie. + # ========================= + # +-CFLAGS=$(OPTIONS) $(DEFINES) -DARCHIE_HOST=\"$(ARCHIE)\" ++CFLAGS+=$(OPTIONS) $(DEFINES) -DARCHIE_HOST=\"$(ARCHIE)\" + + VERSION=1.4.1 + VMS_VERSION=`echo $(VERSION) | sed -e 's,\\.,_,g'` @@ -84,6 +84,10 @@ vlalloc.o vl_comp.o |