diff options
Diffstat (limited to 'libraries/gtk-sharp/gtk-sharp.SlackBuild')
-rw-r--r-- | libraries/gtk-sharp/gtk-sharp.SlackBuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/gtk-sharp/gtk-sharp.SlackBuild b/libraries/gtk-sharp/gtk-sharp.SlackBuild index 7a4aae7e0cf99..5e5c0d450cfd2 100644 --- a/libraries/gtk-sharp/gtk-sharp.SlackBuild +++ b/libraries/gtk-sharp/gtk-sharp.SlackBuild @@ -69,6 +69,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 -p1 < $CWD/gtk-sharp2-2.12.12-gtkrange.patch + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |