From 0988dabefa31155a6331be0320df2c1eeb0cb05f Mon Sep 17 00:00:00 2001 From: danh Date: Wed, 11 Sep 2002 20:32:06 +0000 Subject: [PATCH] respect CPPFLAGS; ok maintainer --- editors/glimmer/Makefile | 4 ++-- games/bombermaze/Makefile | 4 ++-- graphics/gthumb/Makefile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/editors/glimmer/Makefile b/editors/glimmer/Makefile index 69efc5086a1..c9f9940ab14 100644 --- a/editors/glimmer/Makefile +++ b/editors/glimmer/Makefile @@ -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 diff --git a/games/bombermaze/Makefile b/games/bombermaze/Makefile index 039122a98c4..77412337270 100644 --- a/games/bombermaze/Makefile +++ b/games/bombermaze/Makefile @@ -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" diff --git a/graphics/gthumb/Makefile b/graphics/gthumb/Makefile index e3ae680a458..82786ba531d 100644 --- a/graphics/gthumb/Makefile +++ b/graphics/gthumb/Makefile @@ -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