freebsd-ports/net/tintin++-devel/files/patch-src__Makefile.in
Marcus Alves Grando e0397ac29f Update to 1.95.1
PR:		84280
Submitted by:	Radim Kolar <hsn@netmag.cz>
Approved by:	jhp@cocoja.holywar.net (maintainer timeout, 70 days)
2005-10-07 20:19:15 +00:00

20 lines
750 B
Text

--- Makefile.in.orig Tue May 31 13:37:38 2005
+++ Makefile.in Fri Oct 7 17:08:10 2005
@@ -32,7 +32,7 @@
MAKE = @MAKE@
#this is the standard CFLAGS options, this is what most people should use
-CFLAGS = -Wall $(DEFINES) @BIG5@
+CFLAGS += -Wall $(DEFINES) @BIG5@
#this is the debugging CFLAGS options, should only be used if you want to
#debug/code tintin
@@ -49,7 +49,7 @@
#Since readline and history are required, I'll hard code it in here.
#Guess we'll add zlib as well - Scandum
-LIBS = @MYLIB@ -lreadline -lhistory -lz -lncurses @LIBS@
+LIBS += @MYLIB@ -lreadline -lhistory -lz -lncurses @LIBS@
# If you prefer to be able to enter ISO latin-1 characters instead
# of being able to use the meta key for special emacs-like commands