diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-11 07:47:58 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-11 07:47:58 +0000 |
commit | 85f243251f4f25eaf79b9cdd47e4731be3ee4771 (patch) | |
tree | 4c8be026b1579ecee287ac632bb6ede4e5be3533 /java | |
parent | 9e942d2b587ac595d32f77c28e1be7248389231f (diff) | |
download | ports-85f243251f4f25eaf79b9cdd47e4731be3ee4771.tar.gz ports-85f243251f4f25eaf79b9cdd47e4731be3ee4771.zip |
Notes
Diffstat (limited to 'java')
-rw-r--r-- | java/shujit/files/patch-ab | 15 |
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) |