Page MenuHomePhabricator

Makefile.diff

Authored By
bzimport
Nov 21 2014, 8:55 PM
Size
1 KB
Referenced Files
None
Subscribers
None

Makefile.diff

--- Makefile.org 2005-08-23 16:54:11.000000000 +0200
+++ Makefile 2005-11-14 22:52:01.000000000 +0100
@@ -123,11 +123,11 @@
#### For PNG (only) uncomment the following.. (this will use a version of GD that comes
#### bundled with ploticus; you need to have libpng and zlib ). Set GD16H if your
#### png.h or other header files are in a nonstandard place, eg GD16H = -I/home/scg/lib
-ploticus: plpng
-PLPNG = pl
-GD16LIBS = -lpng -lz
-GD16H =
-ZFLAG = -DWZ
+# ploticus: plpng
+# PLPNG = pl
+# GD16LIBS = -lpng -lz
+# GD16H =
+# ZFLAG = -DWZ
#### For pseudo-GIF (only) uncomment the following.. (this will use a version of GD that
@@ -159,11 +159,11 @@
#### For JPEG, WBMP, PNG, and FreeType2, using your copy of GD 1.84+, ######
#### uncomment the following.. (gd 1.84+, libpng, zlib, libjpeg, libfreetype ######
#### are all required). Set GDFONTPATH to directory containing .ttf files ######
-# ploticus: plgd18
-# GD18LIBS = -lgd -lpng -lz -ljpeg -lfreetype
-# GD18H =
-# GDFREETYPE = -DGDFREETYPE
-# ZFLAG = -DWZ
+ploticus: plgd18
+GD18LIBS = -lgd -lpng -lz -ljpeg -lfreetype
+GD18H =
+GDFREETYPE = -DGDFREETYPE
+ZFLAG = -DWZ
#### To disable all GD image support uncomment the following.. ######################

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2027
Default Alt Text
Makefile.diff (1 KB)

Event Timeline