aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc33/files/opt.patch-bc
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2003-06-17 21:17:12 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2003-06-17 21:17:12 +0000
commit1006fbdfb8cc11cd2f429caf71547ef856501a4e (patch)
treea368a13f9753b7524b1865ce47e0d8730d32b0a8 /lang/gcc33/files/opt.patch-bc
parent035cceed85d62f96208b3b520d68e06612dfda40 (diff)
downloadports-1006fbdfb8cc11cd2f429caf71547ef856501a4e.tar.gz
ports-1006fbdfb8cc11cd2f429caf71547ef856501a4e.zip
Notes
Diffstat (limited to 'lang/gcc33/files/opt.patch-bc')
-rw-r--r--lang/gcc33/files/opt.patch-bc11
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/gcc33/files/opt.patch-bc b/lang/gcc33/files/opt.patch-bc
new file mode 100644
index 000000000000..024997f4c17c
--- /dev/null
+++ b/lang/gcc33/files/opt.patch-bc
@@ -0,0 +1,11 @@
+--- gcc/bounds/lib/Makefile.orig Tue May 20 16:35:05 2003
++++ gcc/bounds/lib/Makefile Tue May 20 16:35:19 2003
+@@ -14,7 +14,7 @@
+ SUBDIR_INCLUDES = -I../.. -I$(srcdir)/bounds/lib -I$(srcdir) -I$(srcdir)/config -I$(srcdir)/../include
+
+ # Use this on System V.
+-CPPFLAGS = -DUSG
++CPPFLAGS = -DBSD4_2
+
+ .c.o:
+ $(GCC_FOR_TARGET) -Wall $(OPTIMIZE) $(CPPFLAGS) \