aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-02-19 18:42:53 +0800
committerkris <kris@FreeBSD.org>2000-02-19 18:42:53 +0800
commitde625ff30b6e1422a4959d5103aa7c97e94dbf61 (patch)
tree66d454f6b129179e272d9f6f05cdb61b75e9ad59 /graphics
parent92b21e5dffed6bba759c766b4964594168651552 (diff)
downloadfreebsd-ports-gnome-de625ff30b6e1422a4959d5103aa7c97e94dbf61.tar.gz
freebsd-ports-gnome-de625ff30b6e1422a4959d5103aa7c97e94dbf61.tar.zst
freebsd-ports-gnome-de625ff30b6e1422a4959d5103aa7c97e94dbf61.zip
Respect CC
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