1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/java/guavac/files/patch-ad
David E. O'Brien 9c74ebda21 Gcc can't link if given "-O".
gcc -O -I. -I.. -I../common -Wreturn-type -fenum-int-equiv -o guavad
	DisassembleMain.o -L../common -lcommon -lm -lstdc++
JavaClassFile.o: Undefined symbol
	`_construct__FPP13CJavaConstantRCP13CJavaConstant' referenced from
	text segment
1997-02-19 23:36:27 +00:00

12 lines
232 B
Plaintext

--- 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="-I. -I.. -I../common"
cat >> confdefs.h <<EOF
#define CFLAGS "$CFLAGS"
EOF