pkgsrc/graphics/png2html/patches/patch-aa

17 lines
426 B
Text
Raw Normal View History

$NetBSD: patch-aa,v 1.2 2000/12/16 00:18:06 wiz Exp $
--- Makefile.orig Sat Nov 13 23:42:36 1999
+++ Makefile
@@ -1,7 +1,10 @@
# 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
all: png2html