From 88b160cc75a7a795cc5b59eb5bbed3fc1f7dc585 Mon Sep 17 00:00:00 2001 From: kili Date: Sun, 6 May 2007 13:24:32 +0000 Subject: [PATCH] Add -I${X11BASE}/include to STDCCFLAGS, so we get expat.h from the right directory. ok ajacoutot@ --- devel/pwlib/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/pwlib/Makefile b/devel/pwlib/Makefile index 17179cb469c..635d4aa5ab8 100644 --- a/devel/pwlib/Makefile +++ b/devel/pwlib/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2007/05/04 09:57:05 bernd Exp $ +# $OpenBSD: Makefile,v 1.4 2007/05/06 13:24:32 kili Exp $ SHARED_ONLY= Yes @@ -33,7 +33,8 @@ NO_REGRESS= Yes USE_GMAKE= Yes ALL_TARGET= optshared -MAKE_ENV+= STDCCFLAGS="${STDCCFLAGS} -I${LOCALBASE}/include" \ +MAKE_ENV+= STDCCFLAGS="${STDCCFLAGS} -I${X11BASE}/include \ + -I${LOCALBASE}/include" \ CC=${CC} CPLUS=${CXX} CONFIGURE_STYLE=gnu