summaryrefslogtreecommitdiff
path: root/net-im/gloox/files/patch-ltmain.sh
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2009-08-26 17:14:57 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2009-08-26 17:14:57 +0000
commitb62c3681e41a67b98ac0a6afc781ecb0d1ba9525 (patch)
tree32e7482fc4108a0d45403d145433693a81f70df0 /net-im/gloox/files/patch-ltmain.sh
parent- Add NO_CDROM, as it includes music under non-commercial license (CC-BY-NC-SA) (diff)
Update to 0.9.9.8.
Notes
Notes: svn path=/head/; revision=240363
Diffstat (limited to '')
-rw-r--r--net-im/gloox/files/patch-ltmain.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/net-im/gloox/files/patch-ltmain.sh b/net-im/gloox/files/patch-ltmain.sh
deleted file mode 100644
index 063a387e4514..000000000000
--- a/net-im/gloox/files/patch-ltmain.sh
+++ /dev/null
@@ -1,15 +0,0 @@
---- ltmain.sh.orig Fri Apr 28 15:45:13 2006
-+++ ltmain.sh Fri Apr 28 15:45:25 2006
-@@ -5621,10 +5621,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"