mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
44 lines
1.2 KiB
Diff
44 lines
1.2 KiB
Diff
--- unix/Make-config.orig 2015-01-08 20:45:17.968890865 +0100
|
|
+++ unix/Make-config 2015-01-08 20:46:16.223075085 +0100
|
|
@@ -108,14 +108,14 @@
|
|
# 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
|
|
|
|
|
|
##########################################################################
|
|
@@ -128,14 +128,14 @@
|
|
# 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
|
|
|
|
|
|
##########################################################################
|