Author: maho                         Date: Sun Feb 20 05:34:19 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed problem with AM_PATH_GTK. now it can build even if there is no gtk1 
devel installed

---- Files affected:
SPECS:
   wxWidgets.spec (1.11 -> 1.12) 

---- Diffs:

================================================================
Index: SPECS/wxWidgets.spec
diff -u SPECS/wxWidgets.spec:1.11 SPECS/wxWidgets.spec:1.12
--- SPECS/wxWidgets.spec:1.11   Sun Jan 23 14:59:35 2005
+++ SPECS/wxWidgets.spec        Sun Feb 20 06:34:14 2005
@@ -470,6 +470,13 @@
 %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}
@@ -804,6 +811,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12  2005/02/20 05:34:14  maho
+- fixed problem with AM_PATH_GTK. now it can build even if there is no gtk1 
devel installed
+
 Revision 1.11  2005/01/23 13:59:35  radzio
 merge from DEVEL
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/wxWidgets.spec?r1=1.11&r2=1.12&f=u


_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to