From 1fbbe83ec3313ef75f423effe42dc35e0cc7b4f1 Mon Sep 17 00:00:00 2001 From: David Spencer Date: Tue, 26 Apr 2016 22:04:57 +0100 Subject: libraries/notify-sharp: Fixed build. Signed-off-by: David Spencer --- libraries/notify-sharp/notify-sharp.SlackBuild | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libraries') diff --git a/libraries/notify-sharp/notify-sharp.SlackBuild b/libraries/notify-sharp/notify-sharp.SlackBuild index c397262ab4..a7b59e1c51 100644 --- a/libraries/notify-sharp/notify-sharp.SlackBuild +++ b/libraries/notify-sharp/notify-sharp.SlackBuild @@ -71,6 +71,11 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +sed -i \ + -e 's/dbus-sharp-1.0/dbus-sharp-2.0/' \ + -e 's/dbus-sharp-glib-1.0/dbus-sharp-glib-2.0/' \ + configure.ac + # We set libdir to /usr/lib because that is where mono lives. # We will fix the pkgconfig location on 64bit later. CFLAGS="$SLKCFLAGS" \ -- cgit v1.2.3