Break gnuplot of bad (gif-ish) habits, it builds now.

This commit is contained in:
Chuck Robey
1999-09-10 23:40:09 +00:00
parent 3eb0dd25b9
commit 66bf3c9700
2 changed files with 20 additions and 48 deletions

View File

@@ -24,6 +24,12 @@ CONFIGURE_ARGS= --exec-prefix=${PREFIX} \
--with-gd=${LOCALBASE}/lib \
--with-gnu-readline --with-lasergnu --with-png
pre-configure:
$(SED) -e "s%@CPPFLAGS@%-I$(LOCALBASE)/include -I$(X11BASE)/include%" \
< $(WRKSRC)/Makefile.in > $(WRKDIR)/tmp-makefile.in
$(CP) $(WRKDIR)/tmp-makefile.in $(WRKSRC)/Makefile.in
MAN1= gnuplot.1 lasergnu.1
.include <bsd.port.mk>