File ploticus-makefile.patch of Package ploticus
--- src/Makefile.orig 2009-03-11 22:45:24.000000000 +0100
+++ src/Makefile 2009-03-11 22:48:08.000000000 +0100
@@ -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
@@ -106,11 +106,11 @@
########### Option 4: use your own GD resource with FreeType2 fonts enabled.
########### Requires GD 1.84+, libpng, zlib, libjpeg and libfreetype
-# exetarget: plgd18
-# GD18LIBS = -lgd -lpng -lz -ljpeg -lfreetype
-# GD18H =
-# GDFREETYPE = -DGDFREETYPE
-# ZFLAG = -DWZ
+exetarget: plgd18
+GD18LIBS = -lgd -lpng -lz -ljpeg -lfreetype
+GD18H =
+GDFREETYPE = -DGDFREETYPE
+ZFLAG = -DWZ
########### Option 5: don't use GD at all.
# exetarget: plnogd
@@ -141,14 +141,14 @@
#### For LOCALE support (non-roman alphabets & collation), uncomment the following..
-# LOCALEOBJ = localef.o
-# LOCALE_FLAG = -DLOCALE
+LOCALEOBJ = localef.o
+LOCALE_FLAG = -DLOCALE
#### SVG output is always available by default.
#### If you want compressed SVG (.svgz), and you selected GD13 or no GD above,
#### uncomment the following. You need to have zlib. If necessary change -lz to location of zlib.
-# ZLIB = -lz
-# ZFLAG = -DWZ
+ZLIB = -lz
+ZFLAG = -DWZ
#### To completely remove PostScript / EPS output capability, uncomment the following..
# NOPS = -DNOPS