packages: inkscape/inkscape-ldl.patch (NEW) - add -ldl to INKSCAPE_LIBS to ...

megabajt megabajt at pld-linux.org
Thu Jul 29 11:32:45 CEST 2010


Author: megabajt                     Date: Thu Jul 29 09:32:45 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- add -ldl to INKSCAPE_LIBS to fix linking

---- Files affected:
packages/inkscape:
   inkscape-ldl.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/inkscape/inkscape-ldl.patch
diff -u /dev/null packages/inkscape/inkscape-ldl.patch:1.1
--- /dev/null	Thu Jul 29 11:32:45 2010
+++ packages/inkscape/inkscape-ldl.patch	Thu Jul 29 11:32:39 2010
@@ -0,0 +1,15 @@
+diff -urN inkscape-0.47/configure.ac inkscape-0.47.new//configure.ac
+--- inkscape-0.47/configure.ac	2009-11-16 21:45:59.000000000 +0100
++++ inkscape-0.47.new//configure.ac	2010-07-29 11:08:54.786331341 +0200
+@@ -849,6 +849,11 @@
+ dnl AM_CONDITIONAL(ENABLE_LIBINKSCAPE, test "x$splib" != "xno")
+ dnl
+ 
++dnl ******************************
++dnl   add -ldl
++dnl ******************************
++INKSCAPE_LIBS="$INKSCAPE_LIBS -ldl"
++
+ AC_SUBST(INKSCAPE_CFLAGS)
+ AC_SUBST(INKSCAPE_LIBS)
+ 
================================================================


More information about the pld-cvs-commit mailing list