From 99a390f50bab457f60aec3050c18c4b5c5fb7023 Mon Sep 17 00:00:00 2001 From: Norikatsu Shigemura Date: Fri, 11 Jul 2003 18:16:14 +0000 Subject: o Change library name from libgd to libgd1. o Do not install everything except headers and libraries (to avoid conflicting with graphics/gd2) o Fix dependency on new libgd1(for many ports). PR: ports/54100 Submitted by: Ports Fury --- graphics/png2html/files/patch-aa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/png2html/files/patch-aa') diff --git a/graphics/png2html/files/patch-aa b/graphics/png2html/files/patch-aa index 4d629da165a6..67a23d241226 100644 --- a/graphics/png2html/files/patch-aa +++ b/graphics/png2html/files/patch-aa @@ -6,7 +6,7 @@ -CC = gcc -CFLAGS = -O2 -Wall -lpng -lgd +CC ?= gcc -+INCLUDES= -ICHANGE_ME/include/gd ++INCLUDES= -ICHANGE_ME/include +LDFLAGS = -LCHANGE_ME/lib +LIBS = -lpng -lgd -- cgit v1.2.3