diff options
author | gerald <gerald@FreeBSD.org> | 2009-08-12 05:09:41 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2009-08-12 05:09:41 +0800 |
commit | ebc6a9e98255f7ba81c76fe6e5af05d79c349233 (patch) | |
tree | 92694bdfbcc28f819e2b2ae6a5ca19e7e34d52ff /emulators/wine | |
parent | d27ad37015d92d14dcab7654d3dc357d26dfbc13 (diff) | |
download | freebsd-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/Makefile | 3 |
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 |