diff options
author | vanilla <vanilla@FreeBSD.org> | 1999-12-27 04:32:51 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1999-12-27 04:32:51 +0000 |
commit | a96dfa3154f83904c964c49305c6ef758258a898 (patch) | |
tree | 480a162c11249dbca635a48115dcdedf6a800731 /textproc/jade | |
parent | a01d6d6fec569c09e47f8c11906c8740d2fde5e0 (diff) | |
download | FreeBSD-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-aa | 13 |
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 |