]> git.pld-linux.org Git - packages/inkscape.git/commitdiff
- add -ldl to INKSCAPE_LIBS to fix linking
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Thu, 29 Jul 2010 09:32:39 +0000 (09:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    inkscape-ldl.patch -> 1.1

inkscape-ldl.patch [new file with mode: 0644]

diff --git a/inkscape-ldl.patch b/inkscape-ldl.patch
new file mode 100644 (file)
index 0000000..b1a2484
--- /dev/null
@@ -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)
This page took 0.138192 seconds and 4 git commands to generate.