From e66e3ba7c7804b2132fc650deab1d3b846276af8 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 16 Dec 2000 01:42:34 +0000 Subject: Undo most of the previous patch, now that libgd is fixed. --- graphics/png2html/files/patch-sum | 4 ++-- graphics/png2html/patches/patch-aa | 17 +++++++---------- 2 files changed, 9 insertions(+), 12 deletions(-) (limited to 'graphics/png2html') diff --git a/graphics/png2html/files/patch-sum b/graphics/png2html/files/patch-sum index 2429bd329cd..22bcf019dd5 100644 --- a/graphics/png2html/files/patch-sum +++ b/graphics/png2html/files/patch-sum @@ -1,3 +1,3 @@ -$NetBSD: patch-sum,v 1.2 2000/12/16 00:18:05 wiz Exp $ +$NetBSD: patch-sum,v 1.3 2000/12/16 01:42:34 wiz Exp $ -MD5 (patch-aa) = 1bd472061133b84abafac5d61710f110 +MD5 (patch-aa) = 66d9120022352b1d104e708b6ec690da diff --git a/graphics/png2html/patches/patch-aa b/graphics/png2html/patches/patch-aa index 20df9362369..23a94a82b18 100644 --- a/graphics/png2html/patches/patch-aa +++ b/graphics/png2html/patches/patch-aa @@ -1,16 +1,13 @@ -$NetBSD: patch-aa,v 1.2 2000/12/16 00:18:06 wiz Exp $ +$NetBSD: patch-aa,v 1.3 2000/12/16 01:42:35 wiz Exp $ --- Makefile.orig Sat Nov 13 23:42:36 1999 -+++ Makefile -@@ -1,7 +1,10 @@ ++++ Makefile Mon Oct 23 18:50:04 2000 +@@ -1,7 +1,7 @@ # Makefile for png2html, (c) 1999 Geoff Holden - + CC = gcc -CFLAGS = -O2 -Wall -lpng -lgd -+CFLAGS = -O2 -Wall -I${LOCALBASE}/include \ -+ -L${X11BASE}/lib -Wl,-R${X11BASE}/lib \ -+ -L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib \ -+ -lpng -lgd -ljpeg -lz -lttf -lXpm -lX11 - ++CFLAGS = -O2 -Wall -I${LOCALBASE}/include -L${X11BASE}/lib -L${LOCALBASE}/lib -Wl,-R${X11BASE}/lib -Wl,-R${LOCALBASE}/lib -lgd + all: png2html - + -- cgit v1.2.3