rpms/inkscape/devel inkscape-0.42-GC-check.patch, 1.1, 1.2 inkscape.spec, 1.20, 1.21

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


Author: mschwendt

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

Modified Files:
	inkscape-0.42-GC-check.patch inkscape.spec 
Log Message:
stubborn configure script... ;)

inkscape-0.42-GC-check.patch:

Index: inkscape-0.42-GC-check.patch
===================================================================
RCS file: /cvs/extras/rpms/inkscape/devel/inkscape-0.42-GC-check.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- inkscape-0.42-GC-check.patch	18 Aug 2005 21:39:18 -0000	1.1
+++ inkscape-0.42-GC-check.patch	18 Aug 2005 21:56:51 -0000	1.2
@@ -1,12 +1,12 @@
 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
++++ inkscape-0.42/configure	2005-08-18 23:55:52.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"
++		    gc_libs="-lpthread -ldl"
  		    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
@@ -15,7 +15,7 @@
  fi
  
 -		    gc_libs="-lpthread"
-+		    gc_libs="-lpthread $lt_cv_dlopen_libs"
++		    gc_libs="-lpthread -ldl"
  		    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
@@ -24,7 +24,16 @@
  fi
  
 -		    gc_libs="$lt_cv_dlopen_libs"
-+		    gc_libs="-lpthread $lt_cv_dlopen_libs"
++		    gc_libs="-lpthread -ldl"
  		    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
+@@ -23147,7 +23147,7 @@
+   gc_ok=no
+ fi
+ 
+-		    gc_libs="-lpthread $lt_cv_dlopen_libs"
++		    gc_libs="-lpthread -ldl"
+ 		    echo "$as_me:$LINENO: checking for GC_free in -lgc" >&5
+ echo $ECHO_N "checking for GC_free in -lgc... $ECHO_C" >&6
+ if test "${ac_cv_lib_gc_GC_free+set}" = set; then


Index: inkscape.spec
===================================================================
RCS file: /cvs/extras/rpms/inkscape/devel/inkscape.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- inkscape.spec	18 Aug 2005 21:46:41 -0000	1.20
+++ inkscape.spec	18 Aug 2005 21:56:51 -0000	1.21
@@ -60,7 +60,6 @@
 --disable-dependency-tracking  \
 --with-xinerama                \
 --enable-static=no             \
---enable-dlopen                \
 --with-python                  \
 --with-inkjar
 #temporarily disabled until I can look into it further




More information about the fedora-extras-commits mailing list