ports/net/tintin++-devel/files/patch-aa
Ade Lovett fc56a577df Update to version 1.82
PR:		20991
Submitted by:	Park, JongHwan <jhp@cocoja.holywar.net>
2000-09-17 18:36:01 +00:00

26 lines
660 B
Text

*** Makefile.in.orig Thu Jul 20 11:46:17 2000
--- Makefile.in Sat Sep 2 09:14:06 2000
***************
*** 9,19 ****
DEFINES = -D_GNU_SOURCE @DEFS@
- CC = @CC@
MAKE = @MAKE@
#this is the standard CFLAGS options, this is what most people should use
! CFLAGS = -O2 $(DEFINES)
#this is the debugging CFLAGS options, should only be used if you want to
#debug/code tintin
--- 9,18 ----
DEFINES = -D_GNU_SOURCE @DEFS@
MAKE = @MAKE@
#this is the standard CFLAGS options, this is what most people should use
! CFLAGS += $(DEFINES)
#this is the debugging CFLAGS options, should only be used if you want to
#debug/code tintin