aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/wine
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2009-08-12 05:09:41 +0800
committergerald <gerald@FreeBSD.org>2009-08-12 05:09:41 +0800
commitebc6a9e98255f7ba81c76fe6e5af05d79c349233 (patch)
tree92694bdfbcc28f819e2b2ae6a5ca19e7e34d52ff /emulators/wine
parentd27ad37015d92d14dcab7654d3dc357d26dfbc13 (diff)
downloadfreebsd-ports-gnome-ebc6a9e98255f7ba81c76fe6e5af05d79c349233.tar.gz
freebsd-ports-gnome-ebc6a9e98255f7ba81c76fe6e5af05d79c349233.tar.zst
freebsd-ports-gnome-ebc6a9e98255f7ba81c76fe6e5af05d79c349233.zip
Configure --without-libgsm which avoids a warning message.
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