diff options
author | David Spencer <baildon.research@googlemail.com> | 2016-04-26 22:04:57 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-04-27 18:16:06 +0700 |
commit | 1fbbe83ec3313ef75f423effe42dc35e0cc7b4f1 (patch) | |
tree | 683a421f17ac8ea1852fd4a864cb56b9b3f86b61 /libraries | |
parent | e6a2a7937c43e96cbf20f22880056a266b5d938e (diff) | |
download | slackbuilds-1fbbe83ec3313ef75f423effe42dc35e0cc7b4f1.tar.gz |
libraries/notify-sharp: Fixed build.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'libraries')
-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" \ |