mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
9c74ebda21
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
12 lines
232 B
Plaintext
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
|