summaryrefslogtreecommitdiffstats
path: root/main/freeswitch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-09-04 12:46:21 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-09-04 12:46:50 +0000
commitfc6fa660cfd0a2936a2820c9df7bb1050a8d8b4d (patch)
treebfafaba9c9b1dc9d208a618b465db35609f946dd /main/freeswitch
parent96e6ccf9aca66743dc5fab2088be8e6c806c0b66 (diff)
downloadaports-fc6fa660cfd0a2936a2820c9df7bb1050a8d8b4d.tar.bz2
aports-fc6fa660cfd0a2936a2820c9df7bb1050a8d8b4d.tar.xz
main/freeswitch: add missing patch
Diffstat (limited to 'main/freeswitch')
-rw-r--r--main/freeswitch/getlib.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/main/freeswitch/getlib.patch b/main/freeswitch/getlib.patch
new file mode 100644
index 000000000..52191beb9
--- /dev/null
+++ b/main/freeswitch/getlib.patch
@@ -0,0 +1,14 @@
+--- ./build/getlib.sh.in.orig 2013-09-03 12:21:18.636058789 +0000
++++ ./build/getlib.sh.in 2013-09-03 12:23:56.654530932 +0000
+@@ -32,6 +32,11 @@
+
+ if [ ! -d $tarfile ]; then
+ if [ ! -f $tarfile ]; then
++ echo "*"
++ echo "* Please add/update the following url in _libsource in APKBUILD:"
++ echo "* $base$tarfile"
++ echo "*"
++ exit 1
+ rm -fr $uncompressed
+ $DOWNLOAD_CMD $base$tarfile
+ if [ ! -f $tarfile ]; then