]> git.pld-linux.org Git - packages/wxWidgets.git/commitdiff
- simplified hack, behave as gtk 1.x is not installed
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 20 Feb 2005 11:09:44 +0000 (11:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wxWidgets.spec -> 1.13

wxWidgets.spec

index d0a7b5e614be35e9cc0d59a35600473b02dd8bf1..71fab4a85f99d9d64973055658e5d468b9b88f42 100644 (file)
@@ -468,15 +468,10 @@ obs
 %patch1 -p1
 %patch2 -p1
 
-%build
-
-cat > fake-am_path_gtk.m4<<EOF
-AC_DEFUN([AM_PATH_GTK],
-true
-)
-EOF
+echo 'AC_DEFUN([AM_PATH_GTK],[$3])' > fake-am_path_gtk.m4
 
-cp /usr/share/automake/config.sub .
+%build
+cp -f /usr/share/automake/config.sub .
 %{__aclocal} -I .
 %{__autoconf}
 
This page took 0.026997 seconds and 4 git commands to generate.