]> git.pld-linux.org Git - packages/libprelude.git/commitdiff
- outdated
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 15 Nov 2008 20:50:42 +0000 (20:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libprelude-libdir.patch -> 1.3

libprelude-libdir.patch [deleted file]

diff --git a/libprelude-libdir.patch b/libprelude-libdir.patch
deleted file mode 100644 (file)
index 8c70d5c..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
---- libprelude-0.9.17.2/configure.in.orig      2008-05-06 17:51:17.000000000 +0200
-+++ libprelude-0.9.17.2/configure.in   2008-07-16 22:08:23.058034707 +0200
-@@ -226,8 +226,10 @@
- if test x$with_system_ltdl != xno; then
-         CPPFLAGS_bkp=$CPPFLAGS
-         LDFLAGS_bkp=$LIBS
-+      if x$with_system_ltdl != x -a x$with_system_ltdl != x/usr ; then
-         CPPFLAGS="-I$with_system_ltdl/include"
-         LDFLAGS="-L$with_system_ltdl/lib"
-+      fi
-         AC_CHECK_HEADER(ltdl.h, AC_CHECK_LIB(ltdl, lt_dlopen, have_system_ltdl=yes))
-@@ -244,8 +246,13 @@
-         AC_CONFIG_SUBDIRS(libltdl)
- else
-         with_ltdl_type="System"
-+      if test -n "$with_system_ltdl" -a "$with_system_ltdl" != "yes"; then
-         INCLTDL="-I$with_system_ltdl/include"
-         LIBLTDL="-L$with_system_ltdl/lib -lltdl"
-+      else
-+        INCLTDL=
-+        LIBLTDL="-lltdl"
-+      fi
- fi
- AM_CONDITIONAL(HAVE_SYSTEM_LIBLTDL, test x$have_system_ltdl = xyes)
This page took 0.112743 seconds and 4 git commands to generate.