graphics/rawstudio: Disabled narrowing warnings.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
149aa56727
commit
7530507e26
|
@ -89,7 +89,7 @@ patch -p1 < $CWD/patches/lensfun03.patch
|
|||
patch -p1 < $CWD/patches/libpng15.patch
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS -Wno-error=narrowing" \
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
|
|
Loading…
Reference in New Issue