summaryrefslogtreecommitdiffstats
path: root/academic/boinc/boinc.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'academic/boinc/boinc.SlackBuild')
-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