aboutsummaryrefslogtreecommitdiff
path: root/graphics/rawstudio
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2015-03-31 08:08:49 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2015-03-31 08:08:49 +0000
commit70cfeab21cb16c5d1365bc873398dea63285c63a (patch)
tree6a193b173825c40bc704c593793e1f248421a96d /graphics/rawstudio
parentccf4ef9db53e9799dfde9acf0c64b3a488dadfc5 (diff)
downloadports-70cfeab21cb16c5d1365bc873398dea63285c63a.tar.gz
ports-70cfeab21cb16c5d1365bc873398dea63285c63a.zip
Notes
Diffstat (limited to 'graphics/rawstudio')
-rw-r--r--graphics/rawstudio/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/rawstudio/Makefile b/graphics/rawstudio/Makefile
index 839e32831780..f4f10fcb192e 100644
--- a/graphics/rawstudio/Makefile
+++ b/graphics/rawstudio/Makefile
@@ -3,7 +3,7 @@
PORTNAME= rawstudio
PORTVERSION= 2.0
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= graphics
MASTER_SITES= http://rawstudio.org/files/release/
@@ -36,5 +36,8 @@ LIBS+= `pkg-config --libs gthread-2.0`
post-patch:
@${REINPLACE_CMD} -e 's, libssl,,' ${WRKSRC}/configure
+# lensfun 0.3.0 had removed support for LF_MODIFY_CCI
+ @${REINPLACE_CMD} -e 's, | LF_MODIFY_CCI,,' \
+ ${WRKSRC}/plugins/lensfun/lensfun.c
.include <bsd.port.mk>