]> git.pld-linux.org Git - packages/taglib.git/commitdiff
- am/lt fixes
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 6 Feb 2004 12:22:37 +0000 (12:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    taglib-am18.patch -> 1.1
    taglib-libtool-sanitize.patch -> 1.1

taglib-am18.patch [new file with mode: 0644]
taglib-libtool-sanitize.patch [new file with mode: 0644]

diff --git a/taglib-am18.patch b/taglib-am18.patch
new file mode 100644 (file)
index 0000000..2648c6f
--- /dev/null
@@ -0,0 +1,11 @@
+--- taglib-1.0/admin/cvs.sh.orig       Mon Jun 23 20:32:35 2003
++++ taglib-1.0/admin/cvs.sh    Fri Feb  6 13:14:18 2004
+@@ -64,7 +64,7 @@
+     echo "*** KDE requires automake 1.6"
+     exit 1
+     ;;
+-  automake*1.6.* | automake*1.7* ) : ;;
++  automake*1.6.* | automake*1.7* | automake*1.8* ) : ;;
+   "" )
+     echo "*** AUTOMAKE NOT FOUND!."
+     echo "*** KDE requires automake 1.6"
diff --git a/taglib-libtool-sanitize.patch b/taglib-libtool-sanitize.patch
new file mode 100644 (file)
index 0000000..18fd770
--- /dev/null
@@ -0,0 +1,22 @@
+--- kdemultimedia-3.1.3/admin/libtool.m4.in.orig       Tue Jul 15 12:03:59 2003
++++ kdemultimedia-3.1.3/admin/libtool.m4.in    Fri Sep  5 14:54:56 2003
+@@ -11412,6 +11412,19 @@
+        if test "$pre_test_object_deps_done" = no; then
+        case $p in
+        -L* | -R*)
++         # sanitize
++         new_c=$(echo $p | sed -e ['s/\(-[LR]\).*/\1/'])
++         new_d=["${p#-[LR]}"]
++         if ! test -d $new_d -a -x $new_d ; then
++           continue
++         fi
++         # normalize
++         new_d=$(cd $new_d ; pwd)
++         # uniq
++         if echo "${compiler_lib_search_path_CXX}" | grep -q -F -e "\(^\| \)$new_c$new_d\( \|$\)"; then
++           continue
++         fi
++         p="$new_c$new_d"
+          # Internal compiler library paths should come after those
+          # provided the user.  The postdeps already come after the
+          # user supplied libs so there is no need to process them.
This page took 0.095415 seconds and 4 git commands to generate.