Do not need to add the libxml2 header path to CPPFLAGS anymore. The

autoconf script uses xml2-config to determine the path.

from brad (maintainer)
This commit is contained in:
ajacoutot 2015-05-15 06:54:56 +00:00
parent 7b323293e7
commit 028fb6c0f2

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.36 2015/05/13 09:41:58 sthen Exp $
# $OpenBSD: Makefile,v 1.37 2015/05/15 06:54:56 ajacoutot Exp $
SHARED_ONLY= Yes
@ -53,7 +53,7 @@ CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
--without-gslib \
--without-trio \
--disable-ltdl-install
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include/libxml2 -I${LOCALBASE}/include" \
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${WRKBUILD}/magick/.libs -L${WRKBUILD}/wand/.libs -L${LOCALBASE}/lib" \
ac_cv_path_LaunchDelegate=no