openbsd-ports/graphics/inkscape/patches/patch-configure_ac
kili d599908afc Update to inkscape-0.48.1.
From brad, who had a similar but better diff than me.

ok by Benoit Chesneau (maintainer) who wants to drop maintainership.
2011-05-16 19:39:18 +00:00

13 lines
478 B
Plaintext

$OpenBSD: patch-configure_ac,v 1.3 2011/05/16 19:39:18 kili Exp $
--- configure.ac.orig Fri Apr 29 17:50:22 2011
+++ configure.ac Fri Apr 29 17:51:09 2011
@@ -767,7 +767,7 @@ if test "x$cairo_pdf" = "xyes"; then
fi
dnl Shouldn't we test for libpng and libz?
-INKSCAPE_LIBS="$INKSCAPE_LIBS -lpng -lz -lX11 -lxml2 -ldl"
+INKSCAPE_LIBS="$INKSCAPE_LIBS -lpng -lz -lX11 -lxml2 $lt_cv_dlopen_libs"
if test "x$openmp_ok" = "xyes"; then
INKSCAPE_LIBS="$INKSCAPE_LIBS -lgomp"
fi