diff options
author | gerald <gerald@FreeBSD.org> | 2009-09-03 12:49:37 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2009-09-03 12:49:37 +0800 |
commit | 76e26646ae8d4f5a657f9eb2dccc27c8006d7539 (patch) | |
tree | 03c08ea6585f6e47f1e85462785eb66d6e5965eb /emulators/wine | |
parent | 91c4f4b056aac93da6e8be77a608393724ac8dbf (diff) | |
download | freebsd-ports-gnome-76e26646ae8d4f5a657f9eb2dccc27c8006d7539.tar.gz freebsd-ports-gnome-76e26646ae8d4f5a657f9eb2dccc27c8006d7539.tar.zst freebsd-ports-gnome-76e26646ae8d4f5a657f9eb2dccc27c8006d7539.zip |
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.
Diffstat (limited to 'emulators/wine')
-rw-r--r-- | emulators/wine/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |