File wxGTK-enable-wxrc.patch of Package wxWidgets-2_9

Index: wxPython-src-2.9.1.1/configure.in
===================================================================
--- configure.in
+++ configure.in
@@ -8401,7 +8401,7 @@ for subdir in $SUBDIRS; do
                 done
             elif test ${subdir} = "utils"; then
                 makefiles=""
-                for util in ifacecheck ; do
+                for util in ifacecheck wxrc ; do
                     if test -d $srcdir/utils/$util ; then
                         makefiles="utils/$util/src/Makefile.in \
                                    $makefiles"
Index: wxPython-src-2.9.1.1/Makefile.in
===================================================================
--- Makefile.in
+++ Makefile.in
@@ -4,6 +4,15 @@
 #     Do not modify, all changes will be overwritten!
 # =========================================================================

+wxrc:
+	(cd wxrc && $(MAKE) all)
+
+install_wxrc:
+	(cd wxrc && $(MAKE) install)
+
+install-strip_wxrc:
+	(cd wxrc && $(MAKE) install-strip)
+

 @MAKE_SET@

openSUSE Build Service is sponsored by