diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-12-27 04:32:51 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-12-27 04:32:51 +0000 |
commit | db3bcd6e7e6c0adb128b7313ac3c4fee129fe71d (patch) | |
tree | 0397d8960c271d2ac928b6327b5e2144f4e570a8 /textproc/openjade | |
parent | a08d0fc53fa06d278c80df68a9a40b88e357591b (diff) | |
download | ports-db3bcd6e7e6c0adb128b7313ac3c4fee129fe71d.tar.gz ports-db3bcd6e7e6c0adb128b7313ac3c4fee129fe71d.zip |
Notes
Diffstat (limited to 'textproc/openjade')
-rw-r--r-- | textproc/openjade/files/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/openjade/files/patch-aa b/textproc/openjade/files/patch-aa new file mode 100644 index 000000000000..2383255c65b8 --- /dev/null +++ b/textproc/openjade/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 |