mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- Fix build with FreeBSD 10
This commit is contained in:
parent
3d7e506643
commit
d31032cfe5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=284614
@ -13,6 +13,7 @@ MASTER_SITES= SF/modplug-xmms/${PORTNAME}/${PORTVERSION} CRITICAL
|
||||
MAINTAINER= ehaupt@FreeBSD.org
|
||||
COMMENT= ModPlug mod-like music shared libraries
|
||||
|
||||
WITH_FBSD10_FIX=yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= pkgconfig
|
||||
|
@ -16,6 +16,7 @@ COMMENT= Exif and Iptc metadata manipulation library and tools
|
||||
|
||||
LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2
|
||||
|
||||
WITH_FBSD10_FIX=yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_GMAKE= yes
|
||||
|
@ -18,6 +18,7 @@ COMMENT= A C library for encoding data in a QR Code symbol
|
||||
|
||||
LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png
|
||||
|
||||
WITH_FBSD10_FIX=yes
|
||||
USE_GNOME= gnomehack pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
@ -16,6 +16,7 @@ COMMENT= GNU Ubiquitous Intelligent Language for Extension
|
||||
|
||||
LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp
|
||||
|
||||
WITH_FBSD10_FIX=yes
|
||||
USE_AUTOTOOLS= autoconf libltdl
|
||||
USE_GMAKE= yes
|
||||
USE_GETTEXT= yes
|
||||
|
@ -21,6 +21,7 @@ LICENSE= GPLv3
|
||||
OPTIONS= IODBC "Enable MathProg iodbc support" Off \
|
||||
MYSQL "Enable MathProg mysql support" Off
|
||||
|
||||
WITH_FBSD10_FIX=yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -13,6 +13,7 @@ MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${PORTVERSIO
|
||||
MAINTAINER= pav@FreeBSD.org
|
||||
COMMENT= Free DTS Coherent Acoustics decoder
|
||||
|
||||
WITH_FBSD10_FIX=yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= pkgconfig gnomehack
|
||||
|
@ -24,6 +24,7 @@ LICENSE_FILE_MPL= ${WRKSRC}/COPYING.MPL
|
||||
LIB_DEPENDS= orc-0.4:${PORTSDIR}/devel/orc
|
||||
BUILD_DEPENDS= orc>=0.4.10:${PORTSDIR}/devel/orc
|
||||
|
||||
WITH_FBSD10_FIX=yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
@ -17,6 +17,7 @@ COMMENT= Hierarchical Data Format library (from NCSA)
|
||||
CONFLICTS= hdf-4.* hdf5-1.6.*
|
||||
NO_LATEST_LINK= yes
|
||||
|
||||
WITH_FBSD10_FIX=yes
|
||||
USE_BZIP2= yes
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
Loading…
Reference in New Issue
Block a user