Add X11BASE paths to CPPFLAGS/LDFLAGS.

ok naddy@
This commit is contained in:
brad 2012-09-29 05:07:24 +00:00
parent 34c195b283
commit 222e632898
2 changed files with 6 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.21 2011/09/21 09:15:21 jasper Exp $
# $OpenBSD: Makefile,v 1.22 2012/09/29 05:07:24 brad Exp $
ONLY_FOR_ARCHS= ${GCC4_ARCHS}
@ -29,8 +29,8 @@ USE_GROFF= Yes
NO_REGRESS= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV=CPPFLAGS="-I${LOCALBASE}/include/libpng -I${LOCALBASE}/include"
CONFIGURE_ENV+=LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ENV=CPPFLAGS="-I${LOCALBASE}/include/libpng -I${LOCALBASE}/include -I${X11BASE}/include"
CONFIGURE_ENV+=LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
CONFIGURE_ARGS+= --disable-alsatest
CONFIGURE_ARGS+= --disable-opengl

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2011/10/20 10:58:21 jasper Exp $
# $OpenBSD: Makefile,v 1.2 2012/09/29 05:12:07 brad Exp $
COMMENT = website access log visualization
@ -21,6 +21,8 @@ WANTLIB += ftgl GL GLU SDL SDL_image c jpeg m pcre png pthread stdc++
MODULES = converters/libiconv
CONFIGURE_STYLE =gnu
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
LDFLAGS="-L${X11BASE}/lib"
LIB_DEPENDS = graphics/ftgl \
devel/pcre \