]> git.pld-linux.org Git - packages/libprelude.git/commitdiff
- updated for 0.9.17.2
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 16 Jul 2008 20:43:02 +0000 (20:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libprelude-libdir.patch -> 1.2

libprelude-libdir.patch

index bf655edd6cdbe36b9b60accc93c755c8f306d353..8c70d5cbec13b7479e9f4f4459f45ea3cb7489bb 100644 (file)
@@ -1,17 +1,17 @@
---- libprelude-0.9.16.2/configure.in.orig      2008-01-23 15:08:10.000000000 +0100
-+++ libprelude-0.9.16.2/configure.in   2008-03-24 16:06:00.481090289 +0100
-@@ -295,8 +295,10 @@
+--- 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 test -n "$with_system_ltdl" -a "$with_system_ltdl" != "yes"; then
-       CPPFLAGS="-I$with_system_ltdl/include"
-       LDFLAGS="-L$with_system_ltdl/lib"
+         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))
-       
-@@ -313,8 +315,13 @@
+@@ -244,8 +246,13 @@
          AC_CONFIG_SUBDIRS(libltdl)
  else
          with_ltdl_type="System"
This page took 0.103648 seconds and 4 git commands to generate.