summaryrefslogtreecommitdiffstats
path: root/textproc/jade
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>1999-12-27 04:32:51 +0000
committervanilla <vanilla@FreeBSD.org>1999-12-27 04:32:51 +0000
commita96dfa3154f83904c964c49305c6ef758258a898 (patch)
tree480a162c11249dbca635a48115dcdedf6a800731 /textproc/jade
parenta01d6d6fec569c09e47f8c11906c8740d2fde5e0 (diff)
downloadFreeBSD-ports-a96dfa3154f83904c964c49305c6ef758258a898.zip
FreeBSD-ports-a96dfa3154f83904c964c49305c6ef758258a898.tar.gz
jade can't work with optimize (like -O2 -mpentium).
Diffstat (limited to 'textproc/jade')
-rw-r--r--textproc/jade/files/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/jade/files/patch-aa b/textproc/jade/files/patch-aa
new file mode 100644
index 0000000..2383255
--- /dev/null
+++ b/textproc/jade/files/patch-aa
@@ -0,0 +1,13 @@
+--- Makefile.comm.in.orig Sun Dec 12 21:06:43 1999
++++ Makefile.comm.in Sun Dec 12 21:08:59 1999
+@@ -24,8 +24,8 @@
+ LIBS=@LIBS@
+ DEFS=@DEFS@
+ INCS=-I$(srcdir) -I$(srcdir)/../include $(INCLUDE)
+-CXXFLAGS=@CXXFLAGS@ $(INCS) $(DEBUG) $(DEFS)
+-CFLAGS=@CFLAGS@ $(DEBUG) $(DEFS)
++CXXFLAGS=-O $(INCS) $(DEBUG) $(DEFS)
++CFLAGS=-O $(DEBUG) $(DEFS)
+ LDFLAGS=@LDFLAGS@
+ MSGGENFLAGS=
+ CXXDEPGENFLAGS=-MM
OpenPOWER on IntegriCloud