summaryrefslogtreecommitdiff
path: root/graphics/swfdec/files/patch-ltmain.sh
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-04-15 15:24:16 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-04-15 15:24:16 +0000
commitbd0f03283702c03bc8099da7234d61fbee804f25 (patch)
tree8f141094d6e8634b6bccece52b4eadb5da4d277e /graphics/swfdec/files/patch-ltmain.sh
parent- Update to 1.5.8 (diff)
- Update to 0.3.6
- Take maintainership PR: ports/95795 Submitted by: Rainer Alves <rainer.alves@gmail.com>
Notes
Notes: svn path=/head/; revision=159592
Diffstat (limited to 'graphics/swfdec/files/patch-ltmain.sh')
-rw-r--r--graphics/swfdec/files/patch-ltmain.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/graphics/swfdec/files/patch-ltmain.sh b/graphics/swfdec/files/patch-ltmain.sh
deleted file mode 100644
index b3c8af1df8e6..000000000000
--- a/graphics/swfdec/files/patch-ltmain.sh
+++ /dev/null
@@ -1,15 +0,0 @@
---- ltmain.sh.orig Wed Nov 24 17:28:43 2004
-+++ ltmain.sh Wed Nov 24 17:28:55 2004
-@@ -5551,10 +5551,12 @@
- fi
-
- # Install the pseudo-library for information purposes.
-+ if /usr/bin/false ; then
- name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
- instname="$dir/$name"i
- $show "$install_prog $instname $destdir/$name"
- $run eval "$install_prog $instname $destdir/$name" || exit $?
-+ fi
-
- # Maybe install the static library, too.
- test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"