aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1997-02-18 08:24:06 +0800
committerobrien <obrien@FreeBSD.org>1997-02-18 08:24:06 +0800
commit6241b8ddbb7e8c0414bdfffb7a1aa6888173ee55 (patch)
tree9da7dcfa4a8bddc5f79fa82c818e2a31512353d4 /java
parentc40feda16dbfed198e6a6ac1fb6317a93665d721 (diff)
downloadfreebsd-ports-gnome-6241b8ddbb7e8c0414bdfffb7a1aa6888173ee55.tar.gz
freebsd-ports-gnome-6241b8ddbb7e8c0414bdfffb7a1aa6888173ee55.tar.zst
freebsd-ports-gnome-6241b8ddbb7e8c0414bdfffb7a1aa6888173ee55.zip
CFLAGS shouldn't contain "-g".
Diffstat (limited to 'java')
-rw-r--r--java/guavac/files/patch-ad11
1 files changed, 11 insertions, 0 deletions
diff --git a/java/guavac/files/patch-ad b/java/guavac/files/patch-ad
new file mode 100644
index 000000000000..54e5f08fdd22
--- /dev/null
+++ b/java/guavac/files/patch-ad
@@ -0,0 +1,11 @@
+--- configure.orig Fri Aug 2 19:55:11 1996
++++ configure Sun Feb 16 19:28:11 1997
+@@ -1598,7 +1598,7 @@
+
+
+
+-CFLAGS="-g -I. -I.. -I../common"
++CFLAGS="-O -I. -I.. -I../common"
+ cat >> confdefs.h <<EOF
+ #define CFLAGS "$CFLAGS"
+ EOF