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
4 # http://www.ijg.org/files/
5 ##########################################################################
6 # Uncomment the following lines to disable JPEG support
14 # Uncomment the following lines to enable JPEG support
16 -#JPEGINC= -I/usr/local/include
17 -#JPEGLIB= -L/usr/local/lib -ljpeg
19 +JPEGINC= -I/usr/include
20 +JPEGLIB= -L/usr/lib -ljpeg
23 ##########################################################################
25 # http://www.libpng.org/
26 ##########################################################################
27 # Uncomment the following lines to disable PNG support
35 # Uncomment the following lines to enable PNG support
37 -#PNGINC= -I/usr/local/include
38 -#PNGLIB= -L/usr/local/lib -lpng -lz
40 +PNGINC= -I/usr/include
41 +PNGLIB= -L/usr/lib -lpng -lz
44 ##########################################################################