mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Configure --without-libgsm which avoids a warning message.
This commit is contained in:
parent
63a4cf2e4b
commit
f8df841506
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=239351
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user