From 833617f3c02ce1f3e8644336be843ec78c7f9376 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 8 Mar 2022 12:44:00 -0500 Subject: academic/boinc: Fix wxPython/wxGTK3 conflict. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- academic/boinc/boinc.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'academic/boinc') diff --git a/academic/boinc/boinc.SlackBuild b/academic/boinc/boinc.SlackBuild index 6ac8ee490e6b8..de61709dc2739 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 -- cgit v1.2.3