]> git.pld-linux.org Git - packages/bochs.git/commitdiff
- wxGTK 2 patch
authorpascalek <pascalek@pld-linux.org>
Wed, 10 Sep 2003 11:45:12 +0000 (11:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bochs-wxGTK.patch -> 1.1

bochs-wxGTK.patch [new file with mode: 0644]

diff --git a/bochs-wxGTK.patch b/bochs-wxGTK.patch
new file mode 100644 (file)
index 0000000..b699ff9
--- /dev/null
@@ -0,0 +1,12 @@
+diff -Nur bochs-2.0.2.orig/configure.in bochs-2.0.2.chng/configure.in
+--- bochs-2.0.2.orig/configure.in      Wed Jan 22 14:18:28 2003
++++ bochs-2.0.2.chng/configure.in      Wed Sep 10 13:37:11 2003
+@@ -1660,7 +1660,7 @@
+ # check for existence of and usable version of wxWindows.  This comes
+ # early so that it could affect which one gets chosen.
+ if test x$WX_CONFIG = x; then
+-  AC_CHECK_PROG(WX_CONFIG, [ wx-config --version ], wx-config, not_found)
++  AC_CHECK_PROG(WX_CONFIG, [ wxgtk-2.4-config --version ], wxgtk-2.4-config, not_found)
+ fi
+ AC_MSG_CHECKING(for wxWindows configuration script)
+ AC_MSG_RESULT($WX_CONFIG)
This page took 0.149946 seconds and 4 git commands to generate.