[SCM] libsoxr/master: Drop example_linking.patch (applied upstream)
bdrung at users.alioth.debian.org
bdrung at users.alioth.debian.org
Fri Sep 25 08:57:36 UTC 2015
The following commit has been merged in the master branch:
commit 92de9ad9e27ee60b5b3c71d922524b5180a325b4
Author: Benjamin Drung <bdrung at debian.org>
Date: Thu Sep 24 18:56:51 2015 +0200
Drop example_linking.patch (applied upstream)
diff --git a/debian/patches/example_linking.patch b/debian/patches/example_linking.patch
deleted file mode 100644
index 290e8c2..0000000
--- a/debian/patches/example_linking.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Description: Link examples with -lm, as some examples use functions like sin().
-Author: Martin Pitt <martin.pitt at ubuntu.com>
-
---- a/inst-check-soxr
-+++ b/inst-check-soxr
-@@ -29,7 +29,7 @@
- for f in ?$2-*.[cC]; do
- cc=cc; echo $f | grep -q C$ && cc=c++
- out=$tmp/`echo $f | sed "s/.[cC]$//"`
-- cmd="$cc $cflags -o $out $f $libs"
-+ cmd="$cc $cflags -o $out $f $libs -lm"
- echo $cmd; $cmd
- done
- }
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 4bbf991..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-example_linking.patch
--
libsoxr packaging
More information about the pkg-multimedia-commits
mailing list