summaryrefslogtreecommitdiffstats
path: root/telephony
diff options
context:
space:
mode:
authorIsmael Luceno2021-01-13 18:36:14 +0100
committerIsmael Luceno2021-01-13 18:36:33 +0100
commita7061375b16bc4421258bbb98cad1375cb01ec9a (patch)
tree52b9705711d4dd296257d15ef72d7ea1a0fd2977 /telephony
parent0f95b1f37ff3e8582e4cb082c28ac7e000e17472 (diff)
farstream: Disable installation of .la files, PATCHLEVEL++
Diffstat (limited to 'telephony')
-rwxr-xr-xtelephony/farstream/DETAILS1
-rw-r--r--telephony/farstream/HISTORY4
-rwxr-xr-xtelephony/farstream/PRE_BUILD2
3 files changed, 7 insertions, 0 deletions
diff --git a/telephony/farstream/DETAILS b/telephony/farstream/DETAILS
index b0a43c04ac..6b58a21931 100755
--- a/telephony/farstream/DETAILS
+++ b/telephony/farstream/DETAILS
@@ -1,5 +1,6 @@
SPELL=farstream
VERSION=0.2.9
+ PATCHLEVEL=1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.asc
WEB_SITE=http://www.freedesktop.org/wiki/Software/Farstream
diff --git a/telephony/farstream/HISTORY b/telephony/farstream/HISTORY
index c83e7cb572..7bda65e98d 100644
--- a/telephony/farstream/HISTORY
+++ b/telephony/farstream/HISTORY
@@ -1,3 +1,7 @@
+2021-01-13 Ismael Luceno <ismael@sourcemage.org>
+ * PRE_BUILD: disabled installation of libtool pseudo-libraries
+ * DETAILS: PATCHLEVEL++
+
2021-01-12 Ismael Luceno <ismael@sourcemage.org>
* DETAILS: updated spell to 0.2.9
* PRE_BUILD: added fix for typo in farstream/Makefile.in
diff --git a/telephony/farstream/PRE_BUILD b/telephony/farstream/PRE_BUILD
index e1235619c6..b3f6ee9320 100755
--- a/telephony/farstream/PRE_BUILD
+++ b/telephony/farstream/PRE_BUILD
@@ -1,4 +1,6 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&
+# disable instalation of libtool pseudo-libraries
+sedit '/^[\t ]*func_show_eval "[$]install_prog [$]instname /d' ltmain.sh &&
# fix typo
sedit '/^enum_headers *=/{s/\\#/#/}' farstream/Makefile.in