diff options
author | Christoph Willing <chris.willing@linux.com> | 2018-12-10 15:01:50 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-12-15 20:44:27 +0700 |
commit | 936054a1ec01d10635a2b363967084ec1c4cfa8f (patch) | |
tree | af497be133810b9db6bb28d59fef79e37c130153 /graphics/nomacs/nomacs.SlackBuild | |
parent | 0880326f7cebb30e8334b82b72aa430e03e55f51 (diff) | |
download | slackbuilds-936054a1ec01d10635a2b363967084ec1c4cfa8f.tar.gz |
graphics/nomacs: Patch for the newer opencv.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'graphics/nomacs/nomacs.SlackBuild')
-rw-r--r-- | graphics/nomacs/nomacs.SlackBuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/nomacs/nomacs.SlackBuild b/graphics/nomacs/nomacs.SlackBuild index 51726d632d..910c2ee545 100644 --- a/graphics/nomacs/nomacs.SlackBuild +++ b/graphics/nomacs/nomacs.SlackBuild @@ -75,6 +75,8 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +patch -p0 < $CWD/opencv4.diff + cd ImageLounge # Fix man pages and plugins installation path |