diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-09-11 15:47:58 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-09-11 15:47:58 +0800 |
commit | 5c9e436add19503907bf9b0c23aed61316b57569 (patch) | |
tree | c6d49c57a92fe59c7676b1fa66b675ed60b8a7d1 /java/shujit | |
parent | 2241c390f2c0f206c3989f483ab2a52eb194e1e4 (diff) | |
download | freebsd-ports-gnome-5c9e436add19503907bf9b0c23aed61316b57569.tar.gz freebsd-ports-gnome-5c9e436add19503907bf9b0c23aed61316b57569.tar.zst freebsd-ports-gnome-5c9e436add19503907bf9b0c23aed61316b57569.zip |
Add patch required to respect CFLAGS (forgotten in previous commit).
Diffstat (limited to 'java/shujit')
-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) |