From 72924accb7356a5892d4c2c1e9b7412d87347820 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Thu, 3 Sep 2009 04:49:37 +0000 Subject: 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. --- emulators/wine-devel/Makefile | 4 ++-- emulators/wine/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'emulators') 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 -- cgit v1.2.3