packages: libggi/libggi.spec, libggi/ac.patch (NEW) - temporary disabled gc...

sls sls at pld-linux.org
Sun Feb 13 14:45:02 CET 2011


Author: sls                          Date: Sun Feb 13 13:45:02 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- temporary disabled gcc* patches
- added autoconf fixes

---- Files affected:
packages/libggi:
   libggi.spec (1.82 -> 1.83) , ac.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/libggi/libggi.spec
diff -u packages/libggi/libggi.spec:1.82 packages/libggi/libggi.spec:1.83
--- packages/libggi/libggi.spec:1.82	Sun Feb 13 14:38:26 2011
+++ packages/libggi/libggi.spec	Sun Feb 13 14:44:57 2011
@@ -20,6 +20,7 @@
 Patch1:		%{name}-gcc4.1.patch
 Patch2:		%{name}-gcc4.patch
 Patch3:		%{name}-glibc24.patch
+Patch4:		ac.patch
 URL:		http://www.ggi-project.org/
 %{?with_aalib:BuildRequires:	aalib-devel}
 BuildRequires:	autoconf
@@ -137,11 +138,13 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
-%patch2 -p0
+#patch1 -p1
+#patch2 -p0
 %patch3 -p1
+%patch4 -p1
 
 rm -f m4/{libtool,ltdl}.m4
+rm acinclude.m4
 
 %build
 %{__libtoolize}
@@ -271,6 +274,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.83  2011/02/13 13:44:57  sls
+- temporary disabled gcc* patches
+- added autoconf fixes
+
 Revision 1.82  2011/02/13 13:38:26  sls
 - ver. 2.2.2 (NFY)
 

================================================================
Index: packages/libggi/ac.patch
diff -u /dev/null packages/libggi/ac.patch:1.1
--- /dev/null	Sun Feb 13 14:45:02 2011
+++ packages/libggi/ac.patch	Sun Feb 13 14:44:57 2011
@@ -0,0 +1,12 @@
+- ./libtool is unusable before finishing ./configure
+--- libggi-2.2.2/acinclude.m4.orig	2009-10-28 21:27:00.900744957 +0100
++++ libggi-2.2.2/acinclude.m4	2009-10-28 21:27:28.398855073 +0100
+@@ -329,7 +329,7 @@
+ AC_DEFUN([GGI_CHECK_LIB],
+ [
+    save_CC="$CC"
+-   CC="$SHELL ./libtool --mode=link $CC"
++   CC="$SHELL /usr/bin/libtool --mode=link $CC"
+    AC_CHECK_LIB($1, $2, [
+      CC="$save_CC"
+      $3], [
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libggi/libggi.spec?r1=1.82&r2=1.83&f=u



More information about the pld-cvs-commit mailing list