Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > media > contrib-release-src > by-pkgid > 559c6cc4feabb4774a9acf296ad9ee40 > files > 1

optipng-0.6.2-2mdv2009.1.src.rpm

--- lib/pngxtern/scripts/gcc.mak~	2008-06-18 01:29:00.000000000 +0200
+++ lib/pngxtern/scripts/gcc.mak	2008-07-21 10:54:17.000000000 +0200
@@ -20,7 +20,7 @@
 LDRELEASE = -s
 CFLAGS = -W -Wall $(CRELEASE)
 LDFLAGS = $(LDRELEASE)
-INCS = -I$(ZDIR) -I$(PNGDIR)
+INCS = -I/usr/include
 LIBS = -lpng -lz -lm
 
 # File extensions
@@ -43,7 +43,7 @@
 all: pngxtern$(A)
 
 .c$(O):
-	$(CC) -c $(CFLAGS) $(INCS) $<
+	$(CC) -c $(CFLAGS) $(LIBS) $(INCS) $<
 
 pngxtern$(A): $(OBJS)
 	$(AR_RC) $@ $(OBJS)