summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2009-09-03 04:49:37 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2009-09-03 04:49:37 +0000
commit72924accb7356a5892d4c2c1e9b7412d87347820 (patch)
tree8818d1f1087c626f2aa4c2d6f8abcde764aca4cc /emulators
parent- Update to 0.44.1 (diff)
The --without-libgsm configure option is (now) called --without-gsm.
Also add --without-mpg123 and --without-xcursor to guarantee consistent builds, regardless of the build environment.
Notes
Notes: svn path=/head/; revision=240767
Diffstat (limited to 'emulators')
-rw-r--r--emulators/wine-devel/Makefile4
-rw-r--r--emulators/wine/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index 5d3fad7c60ef..16031870535b 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -25,8 +25,8 @@ LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --datadir=${DATADIR} --verbose --disable-tests \
- --without-capi --without-gphoto --without-libgsm \
- --without-sane
+ --without-capi --without-gphoto --without-gsm \
+ --without-mpg123 --without-sane --without-xcursor
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_LDCONFIG= ${PREFIX}/lib ${PREFIX}/lib/wine
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index 5d3fad7c60ef..16031870535b 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -25,8 +25,8 @@ LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --datadir=${DATADIR} --verbose --disable-tests \
- --without-capi --without-gphoto --without-libgsm \
- --without-sane
+ --without-capi --without-gphoto --without-gsm \
+ --without-mpg123 --without-sane --without-xcursor
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_LDCONFIG= ${PREFIX}/lib ${PREFIX}/lib/wine