aboutsummaryrefslogtreecommitdiff
path: root/graphics/rawstudio
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2018-11-04 14:33:20 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2018-11-04 14:33:20 +0000
commit57f41a0311a28ad47393284b2892bd06110601fb (patch)
tree0f1254d8072e40f75dd4dd4fc41bb4abf6ed01d0 /graphics/rawstudio
parent549794dda87ea67998b50683df9708a2fc1ce74c (diff)
downloadports-57f41a0311a28ad47393284b2892bd06110601fb.tar.gz
ports-57f41a0311a28ad47393284b2892bd06110601fb.zip
Mark BROKEN: fails to build
dcraw.cc:3958:19: error: constant expression evaluates to 128 which cannot be narrowed to type 'signed char' [-Wc++11-narrowing] -1,-2,-1,+0,0,0x80, -1,-2,+0,-1,0,0x01, -1,-2,+1,-1,0,0x01, ^~~~ Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=484082
Diffstat (limited to 'graphics/rawstudio')
-rw-r--r--graphics/rawstudio/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/rawstudio/Makefile b/graphics/rawstudio/Makefile
index a3d3b52c42ea..fedbd486cbfc 100644
--- a/graphics/rawstudio/Makefile
+++ b/graphics/rawstudio/Makefile
@@ -12,6 +12,8 @@ COMMENT= Open-source program to read and manipulate RAW photo images
LICENSE= GPLv2
+BROKEN= fails to build
+
LIB_DEPENDS= libpng.so:graphics/png \
liblcms.so:graphics/lcms \
libexiv2.so:graphics/exiv2 \