summaryrefslogtreecommitdiff
path: root/emulators/wine
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2009-08-11 21:09:41 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2009-08-11 21:09:41 +0000
commitf8df841506c3785f8314f490eb9d90053969f2fb (patch)
treedf349ee4df8846a76f8174ac30f27408fc6efe8f /emulators/wine
parent- Add missing pkg-plist update for gavl 1.1.1 (diff)
Configure --without-libgsm which avoids a warning message.
Notes
Notes: svn path=/head/; revision=239351
Diffstat (limited to 'emulators/wine')
-rw-r--r--emulators/wine/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index 19308202dd16..952bab84f1ac 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -26,7 +26,8 @@ LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --datadir=${DATADIR} --verbose --disable-tests \
- --without-capi --without-gphoto --without-sane
+ --without-capi --without-gphoto --without-libgsm \
+ --without-sane
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_LDCONFIG= ${PREFIX}/lib ${PREFIX}/lib/wine