diff options
Diffstat (limited to 'libraries/notify-sharp')
-rw-r--r-- | libraries/notify-sharp/notify-sharp.SlackBuild | 5 |
1 files changed, 5 insertions, 0 deletions
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" \ |