1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/textproc/jade/files/patch-aa

14 lines
392 B
Plaintext
Raw Normal View History

--- 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