From ebc6a9e98255f7ba81c76fe6e5af05d79c349233 Mon Sep 17 00:00:00 2001 From: gerald Date: Tue, 11 Aug 2009 21:09:41 +0000 Subject: Configure --without-libgsm which avoids a warning message. --- emulators/wine-devel/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emulators/wine-devel') diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 19308202dd1..952bab84f1a 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/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 -- cgit