diff options
author | miwi <miwi@FreeBSD.org> | 2011-10-29 15:40:51 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-10-29 15:40:51 +0800 |
commit | 132c9cc8514da2aedd6f69b9fd99a6f975cd44e6 (patch) | |
tree | 1d115729e263bf758534d746483c047053326758 | |
parent | ceb26a3e98549164ff8e0c68ee25a39b28584394 (diff) | |
download | freebsd-ports-gnome-132c9cc8514da2aedd6f69b9fd99a6f975cd44e6.tar.gz freebsd-ports-gnome-132c9cc8514da2aedd6f69b9fd99a6f975cd44e6.tar.zst freebsd-ports-gnome-132c9cc8514da2aedd6f69b9fd99a6f975cd44e6.zip |
- Fix build with FreeBSD 10
-rw-r--r-- | audio/libmodplug/Makefile | 1 | ||||
-rw-r--r-- | graphics/exiv2/Makefile | 1 | ||||
-rw-r--r-- | graphics/libqrencode/Makefile | 1 | ||||
-rw-r--r-- | lang/guile/Makefile | 1 | ||||
-rw-r--r-- | math/glpk/Makefile | 1 | ||||
-rw-r--r-- | multimedia/libdca/Makefile | 1 | ||||
-rw-r--r-- | multimedia/schroedinger/Makefile | 1 | ||||
-rw-r--r-- | science/hdf5-18/Makefile | 1 |
8 files changed, 8 insertions, 0 deletions
diff --git a/audio/libmodplug/Makefile b/audio/libmodplug/Makefile index 0be13587e584..e8d7c3183c9e 100644 --- a/audio/libmodplug/Makefile +++ b/audio/libmodplug/Makefile @@ -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 diff --git a/graphics/exiv2/Makefile b/graphics/exiv2/Makefile index a0dcaa9b67b1..340895e7fd29 100644 --- a/graphics/exiv2/Makefile +++ b/graphics/exiv2/Makefile @@ -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 diff --git a/graphics/libqrencode/Makefile b/graphics/libqrencode/Makefile index 3e75027c56eb..30b180400569 100644 --- a/graphics/libqrencode/Makefile +++ b/graphics/libqrencode/Makefile @@ -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 diff --git a/lang/guile/Makefile b/lang/guile/Makefile index 5baa2e20959d..d1ca8fa7748c 100644 --- a/lang/guile/Makefile +++ b/lang/guile/Makefile @@ -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 diff --git a/math/glpk/Makefile b/math/glpk/Makefile index 51f40cf375a0..e63c8ee4fcb7 100644 --- a/math/glpk/Makefile +++ b/math/glpk/Makefile @@ -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 diff --git a/multimedia/libdca/Makefile b/multimedia/libdca/Makefile index e8e73c039a06..03e62f7eb7d3 100644 --- a/multimedia/libdca/Makefile +++ b/multimedia/libdca/Makefile @@ -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 diff --git a/multimedia/schroedinger/Makefile b/multimedia/schroedinger/Makefile index 6b06342a2891..88f7cce3ac56 100644 --- a/multimedia/schroedinger/Makefile +++ b/multimedia/schroedinger/Makefile @@ -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 diff --git a/science/hdf5-18/Makefile b/science/hdf5-18/Makefile index f7694f8f5812..be6029ef0888 100644 --- a/science/hdf5-18/Makefile +++ b/science/hdf5-18/Makefile @@ -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 |