respect CPPFLAGS; ok maintainer

This commit is contained in:
danh 2002-09-11 20:32:06 +00:00
parent 263825d2b9
commit 0988dabefa
3 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2002/06/13 12:37:07 nino Exp $
# $OpenBSD: Makefile,v 1.2 2002/09/11 20:32:06 danh Exp $
COMMENT= "code editor for GNOME"
@ -34,7 +34,7 @@ USE_X11= Yes
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2002/06/08 12:06:01 pvalchev Exp $
# $OpenBSD: Makefile,v 1.2 2002/09/11 20:32:06 danh Exp $
COMMENT= "Bomberman clone for GNOME"
@ -31,7 +31,7 @@ USE_X11= Yes
NO_REGRESS= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
LIBS="-pthread"

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2002/07/19 21:56:02 pvalchev Exp $
# $OpenBSD: Makefile,v 1.5 2002/09/11 20:32:06 danh Exp $
COMMENT= "Image viewer and browser for GNOME"
@ -25,7 +25,7 @@ LIB_DEPENDS= bonobo,bonobox::x11/gnome/bonobo \
USE_X11= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng" \
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng" \
LDFLAGS=-L${LOCALBASE}/lib
NO_REGRESS= Yes