aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-09-11 07:47:58 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-09-11 07:47:58 +0000
commit85f243251f4f25eaf79b9cdd47e4731be3ee4771 (patch)
tree4c8be026b1579ecee287ac632bb6ede4e5be3533
parent9e942d2b587ac595d32f77c28e1be7248389231f (diff)
downloadports-85f243251f4f25eaf79b9cdd47e4731be3ee4771.tar.gz
ports-85f243251f4f25eaf79b9cdd47e4731be3ee4771.zip
Notes
-rw-r--r--java/shujit/files/patch-ab15
1 files changed, 15 insertions, 0 deletions
diff --git a/java/shujit/files/patch-ab b/java/shujit/files/patch-ab
new file mode 100644
index 000000000000..a6dae156d855
--- /dev/null
+++ b/java/shujit/files/patch-ab
@@ -0,0 +1,15 @@
+--- GNUmakefile.in.orig Thu Aug 31 17:40:17 2000
++++ GNUmakefile.in Mon Sep 11 10:31:06 2000
+@@ -48,10 +48,9 @@
+
+ INCDIR = -I${J_INCDIR} -I${J_INCDIR}/genunix -I${J_INCDIR}/linux -I${J_INCDIR}/freebsd -I/usr/local/include
+
+-OPTFLAGS = -O2
+ CDEBUGFLAGS =# -g -DDEBUG -DCOMPILE_DEBUG# -DRUNTIME_DEBUG
+-NOOPTCFLAGS = -pipe -fPIC ${CDEBUGFLAGS} ${INCDIR}
+-CFLAGS = ${OPTFLAGS} ${NOOPTCFLAGS}
++NOOPTCFLAGS = -fPIC ${CDEBUGFLAGS} ${INCDIR}
++CFLAGS += ${OPTFLAGS} ${NOOPTCFLAGS}
+ LIBS =
+
+ ifeq (${METAVM}, yes)