PKGBUILDs/extra/tachyon/enable-jpeg-png.patch

45 lines
1.2 KiB
Diff
Raw Permalink Normal View History

2015-01-09 01:56:57 +00:00
--- unix/Make-config.orig 2015-01-08 20:45:17.968890865 +0100
+++ unix/Make-config 2015-01-08 20:46:16.223075085 +0100
2022-03-07 20:49:10 +00:00
@@ -188,14 +188,14 @@
2015-01-09 01:56:57 +00:00
# http://www.ijg.org/files/
##########################################################################
# Uncomment the following lines to disable JPEG support
-USEJPEG=
-JPEGINC=
-JPEGLIB=
+#USEJPEG=
+#JPEGINC=
+#JPEGLIB=
# Uncomment the following lines to enable JPEG support
-#USEJPEG= -DUSEJPEG
-#JPEGINC= -I/usr/local/include
-#JPEGLIB= -L/usr/local/lib -ljpeg
+USEJPEG= -DUSEJPEG
+JPEGINC= -I/usr/include
+JPEGLIB= -L/usr/lib -ljpeg
##########################################################################
2022-03-07 20:49:10 +00:00
@@ -208,14 +208,14 @@
2015-01-09 01:56:57 +00:00
# http://www.libpng.org/
##########################################################################
# Uncomment the following lines to disable PNG support
-USEPNG=
-PNGINC=
-PNGLIB=
+#USEPNG=
+#PNGINC=
+#PNGLIB=
# Uncomment the following lines to enable PNG support
-#USEPNG= -DUSEPNG
-#PNGINC= -I/usr/local/include
-#PNGLIB= -L/usr/local/lib -lpng -lz
+USEPNG= -DUSEPNG
+PNGINC= -I/usr/include
+PNGLIB= -L/usr/lib -lpng -lz
##########################################################################