From ac4b6eeecb94caeaf75e290ddf6017de731cfdd9 Mon Sep 17 00:00:00 2001 From: lx Date: Thu, 16 Feb 2012 01:55:20 +0000 Subject: Add shotwell patches to work with the new libraw. Disable jasper support in libraw, as a) no dependency is defined for jasper to begin with, and b) it fails to link when jasper support is enabled. Bump libraw portrevision. --- graphics/libraw/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'graphics/libraw/Makefile') diff --git a/graphics/libraw/Makefile b/graphics/libraw/Makefile index 938f43ef05d7..1af146778839 100644 --- a/graphics/libraw/Makefile +++ b/graphics/libraw/Makefile @@ -7,6 +7,7 @@ PORTNAME= libraw PORTVERSION= 0.14.5 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.libraw.su/data/ DISTNAME= LibRaw-${PORTVERSION} @@ -27,7 +28,7 @@ OPTIONS= DEMOSAIC_PACK_GPL2 "Enable demosaic pack GPL2" off \ LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg HAS_CONFIGURE= yes -CONFIGURE_ARGS+=--program-prefix=${PREFIX} --disable-examples +CONFIGURE_ARGS+=--program-prefix=${PREFIX} --disable-examples --disable-jasper CFLAGS+= -fPIC .if defined(WITH_OPTIMIZED_CFLAGS) -- cgit