summaryrefslogtreecommitdiffstats
path: root/academic
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-08 12:44:00 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-03-09 17:20:43 +0700
commit833617f3c02ce1f3e8644336be843ec78c7f9376 (patch)
tree7bade73aace2a7d7c60d6e2ad96bbaad03998881 /academic
parentadf836e6d2725ccfebfbb3fdc647f1070c8a4458 (diff)
downloadslackbuilds-833617f3c02ce1f3e8644336be843ec78c7f9376.tar.gz
slackbuilds-833617f3c02ce1f3e8644336be843ec78c7f9376.tar.xz
academic/boinc: Fix wxPython/wxGTK3 conflict.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r--academic/boinc/boinc.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/academic/boinc/boinc.SlackBuild b/academic/boinc/boinc.SlackBuild
index 6ac8ee490e..de61709dc2 100644
--- a/academic/boinc/boinc.SlackBuild
+++ b/academic/boinc/boinc.SlackBuild
@@ -24,6 +24,8 @@
#
# TODO: add rc.boinc.
+# 20220308 bkw: Modified by SlackBuilds.org: fix conflict with wxPython.
+
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=boinc
@@ -41,9 +43,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@@ -107,6 +106,7 @@ CXXFLAGS="$SLKCFLAGS" \
--disable-shared \
$do_mgr \
--with-x \
+ --with-wx-config=/usr/lib$LIBDIRSUFFIX/wx/config/gtk3-unicode-3.0 \
--build=$ARCH-slackware-linux
make