diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2021-05-17 20:03:26 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-18 23:42:07 +0700 |
commit | 740d182eff859b31ec4e4215593953a4f8029889 (patch) | |
tree | a3e2ee4b9b2bdeaa47dde868adf269b6b43f967e /development/bless/bless.SlackBuild | |
parent | 06e6a07ffbf3c72aa0392a54ac183b0f1a0bdb1b (diff) |
development/bless: Fix build with the newer mono.
Patch from debian
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/bless/bless.SlackBuild')
-rw-r--r-- | development/bless/bless.SlackBuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/development/bless/bless.SlackBuild b/development/bless/bless.SlackBuild index 207854b1615a3..7dcc418adcace 100644 --- a/development/bless/bless.SlackBuild +++ b/development/bless/bless.SlackBuild @@ -82,6 +82,8 @@ patch -p1 < $CWD/patches/fixxmltextwriter.patch # state if you just press Insert to toggle it. patch -p1 < $CWD/patches/default_overwrite.patch +patch -p1 < $CWD/patches/disambiguate-system.range-and-gtk.range.patch + # Grr. The configure script doesn't allow setting CS or MCS or CSC or # anything to override the compiler (like normal stuff does with CC). # FFS, it's even hardcoded in C# code... |