diff options
author | wiz <wiz@pkgsrc.org> | 2000-12-16 01:42:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-12-16 01:42:34 +0000 |
commit | e66e3ba7c7804b2132fc650deab1d3b846276af8 (patch) | |
tree | d2640a33d69b15fa3e5ab9e2c8961b2ff86a3ede /graphics | |
parent | 40d71ab167b45b679546e37ed0b6729cebe65470 (diff) | |
download | pkgsrc-e66e3ba7c7804b2132fc650deab1d3b846276af8.tar.gz |
Undo most of the previous patch, now that libgd is fixed.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/png2html/files/patch-sum | 4 | ||||
-rw-r--r-- | graphics/png2html/patches/patch-aa | 17 |
2 files changed, 9 insertions, 12 deletions
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 - + |