summaryrefslogtreecommitdiff
path: root/graphics/png2html/patches
diff options
context:
space:
mode:
authorwiz <wiz>2000-12-16 01:42:34 +0000
committerwiz <wiz>2000-12-16 01:42:34 +0000
commit513ae91af0f4dd0f208a01a6d2641b8ae293d764 (patch)
treed2640a33d69b15fa3e5ab9e2c8961b2ff86a3ede /graphics/png2html/patches
parentbc9ccaee85dca62a78b2b1da8ff0d71ea16a506b (diff)
downloadpkgsrc-513ae91af0f4dd0f208a01a6d2641b8ae293d764.tar.gz
Undo most of the previous patch, now that libgd is fixed.
Diffstat (limited to 'graphics/png2html/patches')
-rw-r--r--graphics/png2html/patches/patch-aa17
1 files changed, 7 insertions, 10 deletions
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
-
+