diff options
Diffstat (limited to 'x11-fm/xnc/files/patch-ae')
-rw-r--r-- | x11-fm/xnc/files/patch-ae | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/x11-fm/xnc/files/patch-ae b/x11-fm/xnc/files/patch-ae index d4912b6727dc..a56cdb07e7f9 100644 --- a/x11-fm/xnc/files/patch-ae +++ b/x11-fm/xnc/files/patch-ae @@ -1,6 +1,6 @@ ---- image/makefile.in.orig Tue Jan 18 17:35:15 2000 -+++ image/makefile.in Sat Jun 24 15:56:50 2000 -@@ -31,31 +31,31 @@ +--- image/makefile.in.orig Wed Apr 25 20:12:34 2001 ++++ image/makefile.in Wed Apr 25 20:14:32 2001 +@@ -31,34 +31,34 @@ all:: libie.a $(PNGDEP) $(ZDEP) 24to8.o: 24to8.c @@ -11,6 +11,10 @@ - $(CC) -c jpeg.c $(CXXOPT) $(INCLUDES) + $(CC) -c jpeg.c $(CXXOPT) $(INCLUDES) $(CPPFLAGS) + accel.o: accel.c +- $(CC) -c accel.c $(CXXOPT) $(CXXINCLUDES) ++ $(CC) -c accel.c $(CXXOPT) $(CXXINCLUDES) $(CPPFLAGS) + pcdr.o: pcdr.c - $(CC) -c pcdr.c $(CXXOPT) $(INCLUDES) + $(CC) -c pcdr.c $(CXXOPT) $(INCLUDES) $(CPPFLAGS) @@ -37,20 +41,16 @@ png.o: png.c - $(CC) -c png.c $(CXXOPT) $(INCLUDES) $(ZINC) $(PNGINC) -+ $(CC) -c png.c $(CXXOPT) $(INCLUDES) $(CPPFLAGS) $(ZINC) $(PNGINC) ++ $(CC) -c png.c $(CXXOPT) $(INCLUDES) $(ZINC) $(PNGINC) $(CPPFLAGS) ../zlib/libz.a: cd ../zlib && make -@@ -64,10 +64,10 @@ +@@ -67,7 +67,7 @@ cd ../libpng && make pcxr.o: pcxr.c - $(CC) -c pcxr.c $(CXXOPT) $(INCLUDES) + $(CC) -c pcxr.c $(CXXOPT) $(INCLUDES) $(CPPFLAGS) - accel.o: accel.c -- $(CC) -c accel.c $(CFLAGS) -+ $(CC) -c accel.c $(CFLAGS) $(CPPFLAGS) - libie.a: $(IOBJS) $(RM) -f libie.a |