aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/libraw/Makefile
diff options
context:
space:
mode:
authorlx <lx@FreeBSD.org>2012-02-16 09:55:20 +0800
committerlx <lx@FreeBSD.org>2012-02-16 09:55:20 +0800
commitac4b6eeecb94caeaf75e290ddf6017de731cfdd9 (patch)
tree35e3a3263be9cd701b65122f354aa755de9f631b /graphics/libraw/Makefile
parent62abb5ad9a3f2dee3f060dff4305ef563e82498b (diff)
downloadfreebsd-ports-gnome-ac4b6eeecb94caeaf75e290ddf6017de731cfdd9.tar.gz
freebsd-ports-gnome-ac4b6eeecb94caeaf75e290ddf6017de731cfdd9.tar.zst
freebsd-ports-gnome-ac4b6eeecb94caeaf75e290ddf6017de731cfdd9.zip
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.
Diffstat (limited to 'graphics/libraw/Makefile')
-rw-r--r--graphics/libraw/Makefile3
1 files changed, 2 insertions, 1 deletions
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)