summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <dirtyepic@gentoo.org>2009-09-18 23:17:26 +0000
committerRyan Hill <dirtyepic@gentoo.org>2009-09-18 23:17:26 +0000
commitea092ec0e9ed6a1793312bf59ca12707c30b4c23 (patch)
treebac91bfa7a9328c53f3ac23cd5cb7bfccbad2bbc /media-gfx/autotrace/files/autotrace-0.31.1-pkgconfig.patch
parentamd64 stable, bug #284997 (diff)
downloadgentoo-2-ea092ec0e9ed6a1793312bf59ca12707c30b4c23.tar.gz
gentoo-2-ea092ec0e9ed6a1793312bf59ca12707c30b4c23.tar.bz2
gentoo-2-ea092ec0e9ed6a1793312bf59ca12707c30b4c23.zip
Fix broken pkgconfig file, bug #283534 by Dominique Michel. Patch from
Alexandre Rostovtsev. (Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/autotrace/files/autotrace-0.31.1-pkgconfig.patch')
-rw-r--r--media-gfx/autotrace/files/autotrace-0.31.1-pkgconfig.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/media-gfx/autotrace/files/autotrace-0.31.1-pkgconfig.patch b/media-gfx/autotrace/files/autotrace-0.31.1-pkgconfig.patch
new file mode 100644
index 000000000000..49619082253d
--- /dev/null
+++ b/media-gfx/autotrace/files/autotrace-0.31.1-pkgconfig.patch
@@ -0,0 +1,13 @@
+diff --git a/configure.in b/configure.in
+index 564b32f..b396b26 100644
+--- a/configure.in
++++ b/configure.in
+@@ -223,7 +223,7 @@ if test "${swf_header_found}" = yes ; then
+ AC_CHECK_LIB(ming, Ming_init,
+ HAVE_LIBSWF=yes,,-lm)
+ if test "$HAVE_LIBSWF" = "yes" ; then
+- PKGCONFIG_REQS="$PKGCONFIG_REQS, ming"
++ PKGCONFIG_REQS="$PKGCONFIG_REQS, libming"
+ LIBSWF_LDFLAGS="-lming -lm"
+ AC_SUBST(LIBSWF_LDFLAGS)
+ AC_DEFINE(HAVE_LIBSWF)