mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
Replace USE_GCC by USES=compiler:c11. [1]
Process two scripts installed with USES=shebangfix. [2] Wine 1.6 actually depends on lcms, not lcms2. [3] Suggested by: dbn [1] Reported by: dbn [2], fiziologus@gmail.com [3]
This commit is contained in:
parent
52640bd401
commit
cae89c24aa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334935
@ -19,7 +19,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex
|
||||
LIB_DEPENDS= libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \
|
||||
libfreetype.so:${PORTSDIR}/print/freetype2 \
|
||||
libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
liblcms2.so:${PORTSDIR}/graphics/lcms2 \
|
||||
liblcms.so:${PORTSDIR}/graphics/lcms \
|
||||
libpng15.so:${PORTSDIR}/graphics/png \
|
||||
libxml2.so:${PORTSDIR}/textproc/libxml2
|
||||
|
||||
@ -27,7 +27,6 @@ CONFLICTS_INSTALL= i386-wine-* wine-1.5* wine-1.7*
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
USE_GCC= any
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=--verbose --disable-tests \
|
||||
--without-alsa --without-capi --without-dbus \
|
||||
@ -43,7 +42,8 @@ WINELIBDIR?= ${PREFIX}/lib
|
||||
USE_LDCONFIG= ${WINELIBDIR} ${WINELIBDIR}/wine
|
||||
.endif
|
||||
ONLY_FOR_ARCHS= i386
|
||||
USES= bison gmake
|
||||
USES= bison compiler:c11 gmake shebangfix
|
||||
SHEBANG_FILES= tools/winemaker tools/winedump/function_grep.pl
|
||||
USE_BZIP2= yes
|
||||
USE_GL= glu
|
||||
USE_XORG= xcursor xi xpm xrandr xrender
|
||||
|
Loading…
Reference in New Issue
Block a user