summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-02-19 10:42:53 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-02-19 10:42:53 +0000
commit63f99ba19c95a1364ea5dd466cc56ef47c1e5429 (patch)
tree48bcbafa0702053d2f3352469fff709a5837161e /graphics
parentUpdate to version 0.7.24. (diff)
Respect CC
Notes
Notes: svn path=/head/; revision=25998
Diffstat (limited to 'graphics')
-rw-r--r--graphics/png2html/files/patch-aa7
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