Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 9407abb27b352ffb07592cef723a395f > files > 5

pgn-extract-16.2-1mdv2008.0.src.rpm

--- pgn-extract-16-2/Makefile.mdk	2007-07-06 22:09:31.000000000 +0800
+++ pgn-extract-16-2/Makefile	2007-07-06 22:11:02.000000000 +0800
@@ -33,9 +33,8 @@
 # Mac OS X users might need to add  -D__unix__ to CFLAGS
 # and use CC=cc
 
-CFLAGS+=-c -pedantic -Wall -Wshadow -Wformat -Wpointer-arith \
-	-Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings $(DEBUGINFO)\
-	-I/usr/local/lib/ansi-include
+CFLAGS+=$(OPTIMIZE) -c -Wall -Wshadow -Wformat -Wpointer-arith \
+	-Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings
 CC=gcc
 
 # AIX 3.2 Users might like to use these alternatives for CFLAGS and CC.