$NetBSD: patch-aa,v 1.1 1998/10/20 07:41:26 hubertf Exp $
configure didn't find the png etc. includes in $LOCALBASE


--- Makefile.in.BAK	Tue Oct 20 09:27:52 1998
+++ Makefile.in	Tue Oct 20 09:28:42 1998
@@ -40,8 +40,8 @@
 # Compiler options...
 #
 
-CXXFLAGS	=	@CXXFLAGS@ @X_CFLAGS@ @DEFS@ -DSVERSION=\"$(SVERSION)\"
-LDFLAGS		=	@LDFLAGS@
+CXXFLAGS	=	@CXXFLAGS@ @X_CFLAGS@ @DEFS@ -DSVERSION=\"$(SVERSION)\" -I${LOCALBASE}/include
+LDFLAGS		=	@LDFLAGS@ -L${LOCALBASE}/lib
 
 LIBS		=	@LIBS@ @X_LIBS@ @X_EXTRA_LIBS@ -lm
 
