aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2010-09-12 23:20:46 +0800
committergerald <gerald@FreeBSD.org>2010-09-12 23:20:46 +0800
commita905b34f46d5872b8341abf5b5593b979a11b532 (patch)
treeb7182a22a2e18822a20fbbbb151eccebfd00dabe /emulators
parent97e78274d80fcdafd95a331044983a0125b6cd58 (diff)
downloadfreebsd-ports-gnome-a905b34f46d5872b8341abf5b5593b979a11b532.tar.gz
freebsd-ports-gnome-a905b34f46d5872b8341abf5b5593b979a11b532.tar.zst
freebsd-ports-gnome-a905b34f46d5872b8341abf5b5593b979a11b532.zip
Explicitly configure using --without-xrandr so that builds are more
reproduciable and we avoid hidden dependencies when building outside of a minimal build environment.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/wine-devel/Makefile2
-rw-r--r--emulators/wine/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index 3db5d557f7c4..91c6a4170507 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -29,7 +29,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --datadir=${DATADIR} --verbose --disable-tests \
--with-glu --with-opengl --with-xrandr \
--without-capi --without-gphoto --without-gsm \
- --without-mpg123 --without-sane \
+ --without-v4l --without-mpg123 --without-sane \
--without-xcomposite --without-xinerama
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index 3db5d557f7c4..91c6a4170507 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -29,7 +29,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --datadir=${DATADIR} --verbose --disable-tests \
--with-glu --with-opengl --with-xrandr \
--without-capi --without-gphoto --without-gsm \
- --without-mpg123 --without-sane \
+ --without-v4l --without-mpg123 --without-sane \
--without-xcomposite --without-xinerama
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \