summaryrefslogtreecommitdiff
path: root/net/tintin++-devel/files/patch-src__Makefile.in
blob: df281ed444ed1ce7e7dabe3e3ba1145fd71d5ae6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- Makefile.in.orig	Fri Sep 23 14:22:12 2005
+++ Makefile.in	Fri Jan 27 09:45:18 2006
@@ -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 -lpthread @LIBS@
+LIBS += @MYLIB@ -lreadline -lhistory -lz -lncurses -lpthread @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