diff options
author | antoine <antoine@FreeBSD.org> | 2018-11-04 22:33:20 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-11-04 22:33:20 +0800 |
commit | 61bbdee19bf4df9401c4f03fb4785e45624c926a (patch) | |
tree | 0f1254d8072e40f75dd4dd4fc41bb4abf6ed01d0 /graphics | |
parent | 98e7dd507661387c65f8ef70511184ed2006acb7 (diff) | |
download | freebsd-ports-gnome-61bbdee19bf4df9401c4f03fb4785e45624c926a.tar.gz freebsd-ports-gnome-61bbdee19bf4df9401c4f03fb4785e45624c926a.tar.zst freebsd-ports-gnome-61bbdee19bf4df9401c4f03fb4785e45624c926a.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
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/rawstudio/Makefile | 2 |
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 \ |