summaryrefslogtreecommitdiff
path: root/graphics/png2html/patches
diff options
context:
space:
mode:
authorhubertf <hubertf>2000-10-23 17:06:37 +0000
committerhubertf <hubertf>2000-10-23 17:06:37 +0000
commit8df9f63a30c1e656cdcca2282dcd5e4b4ca1eb35 (patch)
treedad235063169577e79efdd59e9fdda4d9e753053 /graphics/png2html/patches
parent1437b068a5f684b220179d3304d6562d9f1effc7 (diff)
downloadpkgsrc-8df9f63a30c1e656cdcca2282dcd5e4b4ca1eb35.tar.gz
Png2html takes a PNG image and transforms it pixel per pixel to a web
page. It makes use of a text file supplied by the user to do the conversion. See http://www.feyrer.de/images/hubert4_klein2.html and http://incredible.art.pl/ for some examples.
Diffstat (limited to 'graphics/png2html/patches')
-rw-r--r--graphics/png2html/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/png2html/patches/patch-aa b/graphics/png2html/patches/patch-aa
new file mode 100644
index 00000000000..9e9fd0baab9
--- /dev/null
+++ b/graphics/png2html/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2000/10/23 17:06:37 hubertf Exp $
+
+--- Makefile.orig Sat Nov 13 23:42:36 1999
++++ 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${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib -lpng -lgd -ljpeg -lz
+
+ all: png2html
+