diff options
author | miwi <miwi@FreeBSD.org> | 2011-10-29 02:00:25 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-10-29 02:00:25 +0800 |
commit | 9cdf59d7b1b339253152694459e35161b3998314 (patch) | |
tree | 63513170f25111aef08e90148af8e3405c26d534 /graphics | |
parent | 3cda8bc65ca3a3d035b5c66543ea840d25d2a3ff (diff) | |
download | freebsd-ports-gnome-9cdf59d7b1b339253152694459e35161b3998314.tar.gz freebsd-ports-gnome-9cdf59d7b1b339253152694459e35161b3998314.tar.zst freebsd-ports-gnome-9cdf59d7b1b339253152694459e35161b3998314.zip |
- Fix build FreeBSD 10
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/jbig2dec/Makefile | 1 | ||||
-rw-r--r-- | graphics/liblqr-1/Makefile | 1 | ||||
-rw-r--r-- | graphics/webp/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/graphics/jbig2dec/Makefile b/graphics/jbig2dec/Makefile index ccdfcef54ec1..c64f30f3e72c 100644 --- a/graphics/jbig2dec/Makefile +++ b/graphics/jbig2dec/Makefile @@ -19,6 +19,7 @@ USE_XZ= yes:src GNU_CONFIGURE= yes USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes +WITH_FBSD10_FIX= yes OPTIONS= PNG "Enable png support" On \ TESTS "Download and use test-images for post-build testing" Off diff --git a/graphics/liblqr-1/Makefile b/graphics/liblqr-1/Makefile index 9a3794bd489b..191f33f63042 100644 --- a/graphics/liblqr-1/Makefile +++ b/graphics/liblqr-1/Makefile @@ -15,6 +15,7 @@ MASTER_SITES= http://liblqr.wdfiles.com/local--files/en:download-page/ \ MAINTAINER= amdmi3@FreeBSD.org COMMENT= An easy to use C/C++ seam carving library +WITH_FBSD10_FIX= yes GNU_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes diff --git a/graphics/webp/Makefile b/graphics/webp/Makefile index 1761752dde92..31458934f5d3 100644 --- a/graphics/webp/Makefile +++ b/graphics/webp/Makefile @@ -17,6 +17,7 @@ COMMENT= Google WebP image format conversion tool LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ png.6:${PORTSDIR}/graphics/png +WITH_FBSD10_FIX= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig |