]> git.pld-linux.org Git - packages/wxWidgets.git/commitdiff
- fixed problem with AM_PATH_GTK. now it can build even if there is no gtk1 devel...
authormaho <maho@pld-linux.org>
Sun, 20 Feb 2005 05:34:14 +0000 (05:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wxWidgets.spec -> 1.12

wxWidgets.spec

index 09ccfed918cb3c3b6a1bfd8c67ddfd4e68e57b01..d0a7b5e614be35e9cc0d59a35600473b02dd8bf1 100644 (file)
@@ -469,6 +469,13 @@ obs
 %patch2 -p1
 
 %build
+
+cat > fake-am_path_gtk.m4<<EOF
+AC_DEFUN([AM_PATH_GTK],
+true
+)
+EOF
+
 cp /usr/share/automake/config.sub .
 %{__aclocal} -I .
 %{__autoconf}
This page took 0.032556 seconds and 4 git commands to generate.