From 4e2172a9a5470072b0a1c3c2fcc196ecdfeb066f Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sat, 22 Jul 2006 07:59:00 +0000 Subject: [PATCH] - use system libltdl Changed files: libtunepimp-ltdl.patch -> 1.1 --- libtunepimp-ltdl.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 libtunepimp-ltdl.patch diff --git a/libtunepimp-ltdl.patch b/libtunepimp-ltdl.patch new file mode 100644 index 0000000..d0eb0ff --- /dev/null +++ b/libtunepimp-ltdl.patch @@ -0,0 +1,22 @@ +--- libtunepimp-0.5.0/configure.in.orig 2006-07-17 20:48:45.294508000 +0200 ++++ libtunepimp-0.5.0/configure.in 2006-07-22 00:00:14.303176250 +0200 +@@ -33,7 +33,7 @@ + dnl Checks for programs. + AC_PREREQ(2.52) + AC_PROG_CC +-AC_LIBLTDL_CONVENIENCE ++AC_LIBLTDL_INSTALLABLE + AC_SUBST(INCLTDL) + AC_SUBST(LIBLTDL) + AC_LIBTOOL_DLOPEN +--- libtunepimp-0.5.0/lib/plugins.cpp.orig 2004-05-07 00:54:33.000000000 +0200 ++++ libtunepimp-0.5.0/lib/plugins.cpp 2006-07-22 00:00:57.393869250 +0200 +@@ -31,7 +31,7 @@ + #include + #include + #include +-#include "../libltdl/ltdl.h" ++#include + #include "plugins.h" + + #include -- 2.44.0