From de625ff30b6e1422a4959d5103aa7c97e94dbf61 Mon Sep 17 00:00:00 2001 From: kris Date: Sat, 19 Feb 2000 10:42:53 +0000 Subject: Respect CC --- graphics/png2html/files/patch-aa | 7 ++++--- 1 file 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 -- cgit