rpms/inkscape/devel inkscape-0.42-GC-check.patch, NONE, 1.1 inkscape.spec, 1.18, 1.19

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Thu Aug 18 21:39:20 UTC 2005


Author: mschwendt

Update of /cvs/extras/rpms/inkscape/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26178

Modified Files:
	inkscape.spec 
Added Files:
	inkscape-0.42-GC-check.patch 
Log Message:
adding a first patch to see whether it now likes the new GC version

inkscape-0.42-GC-check.patch:

--- NEW FILE inkscape-0.42-GC-check.patch ---
diff -Nur inkscape-0.42-orig/configure inkscape-0.42/configure
--- inkscape-0.42-orig/configure	2005-07-25 07:25:35.000000000 +0200
+++ inkscape-0.42/configure	2005-08-18 23:31:12.000000000 +0200
@@ -22931,7 +22931,7 @@
 		    # desired function name.  They're all in libgc.
 		    # The "break" will exit from the top level
                     # AC_CHECK_HEADERS.
-		    gc_libs=""
+		    gc_libs="-lpthread $lt_cv_dlopen_libs"
 		    echo "$as_me:$LINENO: checking for GC_init in -lgc" >&5
 echo $ECHO_N "checking for GC_init in -lgc... $ECHO_C" >&6
 if test "${ac_cv_lib_gc_GC_init+set}" = set; then
@@ -23003,7 +23003,7 @@
   gc_ok=no
 fi
 
-		    gc_libs="-lpthread"
+		    gc_libs="-lpthread $lt_cv_dlopen_libs"
 		    echo "$as_me:$LINENO: checking for GC_malloc in -lgc" >&5
 echo $ECHO_N "checking for GC_malloc in -lgc... $ECHO_C" >&6
 if test "${ac_cv_lib_gc_GC_malloc+set}" = set; then
@@ -23075,7 +23075,7 @@
   gc_ok=no
 fi
 
-		    gc_libs="$lt_cv_dlopen_libs"
+		    gc_libs="-lpthread $lt_cv_dlopen_libs"
 		    echo "$as_me:$LINENO: checking for GC_realloc in -lgc" >&5
 echo $ECHO_N "checking for GC_realloc in -lgc... $ECHO_C" >&6
 if test "${ac_cv_lib_gc_GC_realloc+set}" = set; then


Index: inkscape.spec
===================================================================
RCS file: /cvs/extras/rpms/inkscape/devel/inkscape.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- inkscape.spec	18 Aug 2005 21:08:26 -0000	1.18
+++ inkscape.spec	18 Aug 2005 21:39:18 -0000	1.19
@@ -8,6 +8,7 @@
 URL:            http://inkscape.sourceforge.net/
 Source0:        http://download.sourceforge.net/inkscape/inkscape-%{version}.tar.bz2
 Patch0:         inkscape-0.42-gettext-x86_64.patch
+Patch1:         inkscape-0.42-GC-check.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  atk-devel
@@ -58,6 +59,7 @@
 --disable-dependency-tracking  \
 --with-xinerama                \
 --enable-static=no             \
+--enable-dlopen                \
 --with-python                  \
 --with-inkjar
 #temporarily disabled until I can look into it further
@@ -104,6 +106,7 @@
 %changelog
 * Thu Aug 18 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.42-3
 - rebuilt
+- add patch to repair link-check of GC >= 6.5 (needs pthread and dl)
 
 * Fri Jul 29 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.42-2
 - Extend ngettext/dgettext patch for x86_64 build.




More information about the scm-commits mailing list