diff options
author | David Spencer <baildon.research@googlemail.com> | 2015-09-02 10:33:55 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-17 09:40:16 +0700 |
commit | ac29374dbcdf38ab73b50fda10a4a2964b6737ba (patch) | |
tree | 4fadbcbed852a6a70b7249c1bdf998c67f34fe41 /graphics | |
parent | 663e45789f542ae166fde8dcc7dee8ecbed8db31 (diff) | |
download | slackbuilds-ac29374dbcdf38ab73b50fda10a4a2964b6737ba.tar.gz |
graphics/rawstudio: Patch for the newer libpng.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/rawstudio/rawstudio.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/rawstudio/rawstudio.SlackBuild b/graphics/rawstudio/rawstudio.SlackBuild index 3c16761bc7..30ec653dcb 100644 --- a/graphics/rawstudio/rawstudio.SlackBuild +++ b/graphics/rawstudio/rawstudio.SlackBuild @@ -86,7 +86,7 @@ patch -p1 < $CWD/patches/lensfun03.patch # Patch to use libpng > 1.5. This patch is only useful on -current and will need to # be applied once -current releases. Uncomment if you are building on -current -#patch -p1 < $CWD/patches/libpng15.patch +patch -p1 < $CWD/patches/libpng15.patch CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ |