diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-02-19 10:42:53 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-02-19 10:42:53 +0000 |
commit | 63f99ba19c95a1364ea5dd466cc56ef47c1e5429 (patch) | |
tree | 48bcbafa0702053d2f3352469fff709a5837161e /graphics/png2html | |
parent | 2bde1b87c50d748d5e4040d1e9716e96bccd789e (diff) | |
download | ports-63f99ba19c95a1364ea5dd466cc56ef47c1e5429.tar.gz ports-63f99ba19c95a1364ea5dd466cc56ef47c1e5429.zip |
Notes
Diffstat (limited to 'graphics/png2html')
-rw-r--r-- | graphics/png2html/files/patch-aa | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/png2html/files/patch-aa b/graphics/png2html/files/patch-aa index 15e2d33c1ca0..4d629da165a6 100644 --- a/graphics/png2html/files/patch-aa +++ b/graphics/png2html/files/patch-aa @@ -1,10 +1,11 @@ ---- Makefile.orig Thu Nov 11 11:27:38 1999 -+++ Makefile Thu Nov 11 19:00:05 1999 +--- Makefile.orig Sat Nov 13 14:42:36 1999 ++++ Makefile Sat Feb 19 02:41:12 2000 @@ -1,12 +1,14 @@ # Makefile for png2html, (c) 1999 Geoff Holden - CC = gcc +-CC = gcc -CFLAGS = -O2 -Wall -lpng -lgd ++CC ?= gcc +INCLUDES= -ICHANGE_ME/include/gd +LDFLAGS = -LCHANGE_ME/lib +LIBS = -lpng -lgd |