diff options
author | kris <kris@FreeBSD.org> | 2000-02-19 18:42:53 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-02-19 18:42:53 +0800 |
commit | de625ff30b6e1422a4959d5103aa7c97e94dbf61 (patch) | |
tree | 66d454f6b129179e272d9f6f05cdb61b75e9ad59 /graphics | |
parent | 92b21e5dffed6bba759c766b4964594168651552 (diff) | |
download | freebsd-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-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 |