archrelease: copy trunk to community-any
[ArchLinux/community.git] / tachyon / repos / community-x86_64 / enable-jpeg-png.patch
blob9a133e27e2befd467d08be8d49319ab6b3cb19db
1 --- unix/Make-config.orig 2015-01-08 20:45:17.968890865 +0100
2 +++ unix/Make-config 2015-01-08 20:46:16.223075085 +0100
3 @@ -188,14 +188,14 @@
4 # http://www.ijg.org/files/
5 ##########################################################################
6 # Uncomment the following lines to disable JPEG support
7 -USEJPEG=
8 -JPEGINC=
9 -JPEGLIB=
10 +#USEJPEG=
11 +#JPEGINC=
12 +#JPEGLIB=
14 # Uncomment the following lines to enable JPEG support
15 -#USEJPEG= -DUSEJPEG
16 -#JPEGINC= -I/usr/local/include
17 -#JPEGLIB= -L/usr/local/lib -ljpeg
18 +USEJPEG= -DUSEJPEG
19 +JPEGINC= -I/usr/include
20 +JPEGLIB= -L/usr/lib -ljpeg
23 ##########################################################################
24 @@ -208,14 +208,14 @@
25 # http://www.libpng.org/
26 ##########################################################################
27 # Uncomment the following lines to disable PNG support
28 -USEPNG=
29 -PNGINC=
30 -PNGLIB=
31 +#USEPNG=
32 +#PNGINC=
33 +#PNGLIB=
35 # Uncomment the following lines to enable PNG support
36 -#USEPNG= -DUSEPNG
37 -#PNGINC= -I/usr/local/include
38 -#PNGLIB= -L/usr/local/lib -lpng -lz
39 +USEPNG= -DUSEPNG
40 +PNGINC= -I/usr/include
41 +PNGLIB= -L/usr/lib -lpng -lz
44 ##########################################################################