summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrahmajit das <listout@protonmail.com>2022-11-21 14:17:43 +0530
committerArsen Arsenović <arsen@gentoo.org>2023-01-20 23:15:47 +0100
commitb5fa6a7f4de2426217956f0a893c480b9fe873c2 (patch)
tree5abb2e6f319d2a4025ed62082a612af8fdcb5e0f /x11-libs/wxGTK/files/wxGTK-3.2.1-configure-tests.patch
parentwxwidgets.eclass: Add 3.2-gtk3 to invalid SLOT message (diff)
downloadgentoo-b5fa6a7f4de2426217956f0a893c480b9fe873c2.tar.gz
gentoo-b5fa6a7f4de2426217956f0a893c480b9fe873c2.tar.bz2
gentoo-b5fa6a7f4de2426217956f0a893c480b9fe873c2.zip
x11-libs/wxGTK: Version bump to 3.2.1
Closes: https://bugs.gentoo.org/577030 Closes: https://bugs.gentoo.org/873124 Signed-off-by: brahmajit das <listout@protonmail.com> Signed-off-by: Arsen Arsenović <arsen@gentoo.org>
Diffstat (limited to 'x11-libs/wxGTK/files/wxGTK-3.2.1-configure-tests.patch')
-rw-r--r--x11-libs/wxGTK/files/wxGTK-3.2.1-configure-tests.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/x11-libs/wxGTK/files/wxGTK-3.2.1-configure-tests.patch b/x11-libs/wxGTK/files/wxGTK-3.2.1-configure-tests.patch
new file mode 100644
index 000000000000..fe90b3aab0d9
--- /dev/null
+++ b/x11-libs/wxGTK/files/wxGTK-3.2.1-configure-tests.patch
@@ -0,0 +1,19 @@
+diff --git a/configure b/configure
+index d2acb7d..69ae083 100755
+--- a/configure
++++ b/configure
+@@ -45622,6 +45622,14 @@ $as_echo "yes" >&6; }
+ fi
+ fi
+
++# explicit override to enable or disable tests
++if test "${enable_tests+set}" = set; then
++ SUBDIRS="$SUBDIRS tests"
++fi
++if test "${disable_tests+set}" = set; then
++ SUBDIRS="${SUBDIRS% tests}"
++fi
++
+ for subdir in $SUBDIRS; do
+ if test -d ${srcdir}/${subdir} ; then
+ if test "$wxUSE_GUI" = "yes"; then