mirror of
https://git.freebsd.org/ports.git
synced 2025-07-14 15:59:18 -04:00
PR: 84280 Submitted by: Radim Kolar <hsn@netmag.cz> Approved by: jhp@cocoja.holywar.net (maintainer timeout, 70 days)
20 lines
750 B
Text
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
|