diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2012-09-20 00:08:55 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-09-20 00:09:54 -0400 |
commit | c87893e2bd517ce60938748f31680a891b67469a (patch) | |
tree | d084c8b6f6a007db35ba44d49ece3cabb7411c7f /graphics/shotwell/shotwell.SlackBuild | |
parent | 6845836d445466e8b4bff8f0adcd3aa8a26c5257 (diff) |
graphics/shotwell: Patched for LibRaw 0.14.x
Diffstat (limited to 'graphics/shotwell/shotwell.SlackBuild')
-rw-r--r-- | graphics/shotwell/shotwell.SlackBuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/shotwell/shotwell.SlackBuild b/graphics/shotwell/shotwell.SlackBuild index c9a88cc0bbec..00fc9fad66f2 100644 --- a/graphics/shotwell/shotwell.SlackBuild +++ b/graphics/shotwell/shotwell.SlackBuild @@ -4,7 +4,7 @@ PRGNAM=shotwell VERSION=0.11.6 -BUILD=${BUILD:-3} +BUILD=${BUILD:-4} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -43,6 +43,10 @@ cd $PRGNAM-$VERSION chown -R root:root . chmod -R u+w,go+r-w,a-s . +# Fix building with LibRaw 0.14 +patch -p0 -i $CWD/patch-src-photos-GRaw.vala +patch -p0 -i $CWD/patch-vapi-libraw.vapi + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |