forked from pool/wxWidgets-3_2
- Add autoconf-2_72.diff
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=112
This commit is contained in:
parent
d3dbe7841b
commit
aec4e5cd3f
21
autoconf-2_72.diff
Normal file
21
autoconf-2_72.diff
Normal file
@ -0,0 +1,21 @@
|
||||
From: Jan Engelhardt <jengelh@inai.de>
|
||||
Date: 2023-12-26 15:16:01.213214373 +0100
|
||||
|
||||
wxWidgets stupidly uses $EGREP near the end of configure.in without ever setting it.
|
||||
|
||||
---
|
||||
configure.in | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
Index: wxWidgets-3.2.4/configure.in
|
||||
===================================================================
|
||||
--- wxWidgets-3.2.4.orig/configure.in
|
||||
+++ wxWidgets-3.2.4/configure.in
|
||||
@@ -8712,6 +8712,7 @@ dnl MAKE_SET will be replaced with "MAKE
|
||||
dnl itself (this macro is required if SUBDIRS variable is used in Makefile.am
|
||||
dnl - and we do use it)
|
||||
AC_PROG_MAKE_SET
|
||||
+AC_PROG_EGREP
|
||||
|
||||
|
||||
AC_CONFIG_HEADERS([lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in])
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 26 14:28:08 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Add autoconf-2_72.diff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 11 17:38:28 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -82,6 +82,7 @@ Source5: wxWidgets-3_2-rpmlintrc
|
||||
# identify and backport wxPython fixes to wxWidgets.
|
||||
Source6: wxpython-mkdiff.sh
|
||||
Patch1: soversion.diff
|
||||
Patch2: autoconf-2_72.diff
|
||||
%if "%{flavor}" == "doc"
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: fdupes
|
||||
|
Loading…
Reference in New Issue
Block a user