From db3bcd6e7e6c0adb128b7313ac3c4fee129fe71d Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Mon, 27 Dec 1999 04:32:51 +0000 Subject: jade can't work with optimize (like -O2 -mpentium). --- textproc/jade/files/patch-aa | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 textproc/jade/files/patch-aa (limited to 'textproc/jade/files/patch-aa') diff --git a/textproc/jade/files/patch-aa b/textproc/jade/files/patch-aa new file mode 100644 index 000000000000..2383255c65b8 --- /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 -- cgit v1.2.3