diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-09-03 04:49:37 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-09-03 04:49:37 +0000 |
commit | 72924accb7356a5892d4c2c1e9b7412d87347820 (patch) | |
tree | 8818d1f1087c626f2aa4c2d6f8abcde764aca4cc /emulators/wine/Makefile | |
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/wine/Makefile')
-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 |