aboutsummaryrefslogtreecommitdiff
path: root/libraries/gtk-sharp/gtk-sharp.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/gtk-sharp/gtk-sharp.SlackBuild')
-rw-r--r--libraries/gtk-sharp/gtk-sharp.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/gtk-sharp/gtk-sharp.SlackBuild b/libraries/gtk-sharp/gtk-sharp.SlackBuild
index c34bd710309c7..9c63f4196faec 100644
--- a/libraries/gtk-sharp/gtk-sharp.SlackBuild
+++ b/libraries/gtk-sharp/gtk-sharp.SlackBuild
@@ -52,6 +52,9 @@ find . \
-exec chmod 644 {} \;
chmod 644 HACKING
+# Fix building against gcc-4.7.x
+patch -p1 < $CWD/gtk-sharp-2.12.10-gcc47.patch
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \