1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

Explicitly configure using --without-xcomposite, --without-xinerama and

--without-xrandr so that builds are more reproduciable and we avoi hidden
dependencies when building outside of a minimal build environment, thus
making packages more portable.
This commit is contained in:
Gerald Pfeifer 2010-09-06 11:23:34 +00:00
parent 3729f4d9c6
commit 46c7ad7a1f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=260637
2 changed files with 6 additions and 6 deletions

View File

@ -28,9 +28,9 @@ LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --datadir=${DATADIR} --verbose --disable-tests \
--with-opengl --with-glu \
--without-capi --without-gphoto \
--without-gsm --without-mpg123 --without-openal \
--without-sane
--without-capi --without-gphoto --without-gsm \
--without-mpg123 --without-openal --without-sane \
--without-xcomposite --without-xinerama --without-xrandr
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
FLEX="${LOCALBASE}/bin/flex"

View File

@ -28,9 +28,9 @@ LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --datadir=${DATADIR} --verbose --disable-tests \
--with-opengl --with-glu \
--without-capi --without-gphoto \
--without-gsm --without-mpg123 --without-openal \
--without-sane
--without-capi --without-gphoto --without-gsm \
--without-mpg123 --without-openal --without-sane \
--without-xcomposite --without-xinerama --without-xrandr
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
FLEX="${LOCALBASE}/bin/flex"