aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fm/xnc/files
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>2000-07-08 03:07:04 +0800
committersteve <steve@FreeBSD.org>2000-07-08 03:07:04 +0800
commit03b2e586781b8f0082cb8acce5e4c5f4dec81cf9 (patch)
treebbf3e7f471d8c83905d0022feb55516104e5bedd /x11-fm/xnc/files
parentf25b853cd22286179af0ddd039defcca3dc2dcdd (diff)
downloadfreebsd-ports-gnome-03b2e586781b8f0082cb8acce5e4c5f4dec81cf9.tar.gz
freebsd-ports-gnome-03b2e586781b8f0082cb8acce5e4c5f4dec81cf9.tar.zst
freebsd-ports-gnome-03b2e586781b8f0082cb8acce5e4c5f4dec81cf9.zip
Use the jpeg and png libraries from the port's collection.
PR: 19527 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'x11-fm/xnc/files')
-rw-r--r--x11-fm/xnc/files/patch-ae56
1 files changed, 56 insertions, 0 deletions
diff --git a/x11-fm/xnc/files/patch-ae b/x11-fm/xnc/files/patch-ae
new file mode 100644
index 000000000000..d4912b6727dc
--- /dev/null
+++ b/x11-fm/xnc/files/patch-ae
@@ -0,0 +1,56 @@
+--- 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 @@
+ all:: libie.a $(PNGDEP) $(ZDEP)
+
+ 24to8.o: 24to8.c
+- $(CC) -c 24to8.c $(CXXOPT) $(INCLUDES)
++ $(CC) -c 24to8.c $(CXXOPT) $(INCLUDES) $(CPPFLAGS)
+
+ jpeg.o: jpeg.c
+- $(CC) -c jpeg.c $(CXXOPT) $(INCLUDES)
++ $(CC) -c jpeg.c $(CXXOPT) $(INCLUDES) $(CPPFLAGS)
+
+ pcdr.o: pcdr.c
+- $(CC) -c pcdr.c $(CXXOPT) $(INCLUDES)
++ $(CC) -c pcdr.c $(CXXOPT) $(INCLUDES) $(CPPFLAGS)
+
+ inter.o: inter.c
+- $(CC) -c inter.c $(CXXOPT) $(INCLUDES)
++ $(CC) -c inter.c $(CXXOPT) $(INCLUDES) $(CPPFLAGS)
+
+ huff.o: huff.c
+- $(CC) -c huff.c $(CXXOPT) $(INCLUDES)
++ $(CC) -c huff.c $(CXXOPT) $(INCLUDES) $(CPPFLAGS)
+
+ file.o: file.c
+- $(CC) -c file.c $(CXXOPT) $(INCLUDES)
++ $(CC) -c file.c $(CXXOPT) $(INCLUDES) $(CPPFLAGS)
+
+ yuv2rgb.o: yuv2rgb.c
+- $(CC) -c yuv2rgb.c $(CXXOPT) $(INCLUDES)
++ $(CC) -c yuv2rgb.c $(CXXOPT) $(INCLUDES) $(CPPFLAGS)
+
+ tiffr.o: tiffr.c
+- $(CC) -c tiffr.c $(CXXOPT) $(INCLUDES) -I/usr/local/include -I/usr/include/gr
++ $(CC) -c tiffr.c $(CXXOPT) $(INCLUDES) $(CPPFLAGS)
+
+ png.o: png.c
+- $(CC) -c png.c $(CXXOPT) $(INCLUDES) $(ZINC) $(PNGINC)
++ $(CC) -c png.c $(CXXOPT) $(INCLUDES) $(CPPFLAGS) $(ZINC) $(PNGINC)
+
+ ../zlib/libz.a:
+ cd ../zlib && make
+@@ -64,10 +64,10 @@
+ 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