--- pl241src.orig/src/Makefile 2009-12-27 02:24:00.559657849 -0600 +++ pl241src/src/Makefile 2009-12-27 02:54:39.686146835 -0600 @@ -10,8 +10,8 @@ CC = gcc PLATFORM = UNIX RMCOM = rm -f -NOX11 = -DNOX11 -NOSWF = -DNOSWF +# NOX11 = -DNOX11 +# NOSWF = -DNOSWF EXE = pl @@ -25,7 +25,7 @@ ############ Option 1: build the pl executable (unix), no X11 .... -NOX11 = -DNOX11 +# NOX11 = -DNOX11 @@ -89,10 +89,10 @@ ########### Option 1: use bundled GD16 (PNG only). Requires libpng and zlib. -exetarget: plpng -GD16LIBS = -lpng -lz -GD16H = -ZFLAG = -DWZ +# exetarget: plpng +# GD16LIBS = -lpng -lz +# GD16H = +# ZFLAG = -DWZ ########### Option 2: use bundled GD13 (pseudoGIF only). No additional lib dependencies. # exetarget: pl @@ -137,7 +137,7 @@ #### If you do a "make install", where do you want the executable(s) to be moved to? -INSTALLBIN = /usr/local/bin +# INSTALLBIN = /usr/local/bin #### For LOCALE