~ubuntu-branches/ubuntu/wily/libsoxr/wily

« back to all changes in this revision

Viewing changes to debian/patches/example_linking.patch

  • Committer: Package Import Robot
  • Author(s): Benjamin Drung
  • Date: 2013-04-05 13:06:38 UTC
  • mfrom: (1.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20130405130638-whfgbl15jjztwmrc
Tags: 0.1.1-1
* New upstream release.
* Link examples with -lm. Thanks to Martin Pitt for the patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Description: Link examples with -lm, as some examples use functions like sin().
2
2
Author: Martin Pitt <martin.pitt@ubuntu.com>
3
3
 
4
 
Index: libsoxr-0.1.1/inst-check-soxr
5
 
===================================================================
6
 
--- libsoxr-0.1.1.orig/inst-check-soxr  2013-03-18 11:24:17.383138726 +0100
7
 
+++ libsoxr-0.1.1/inst-check-soxr       2013-03-18 11:24:54.107140503 +0100
 
4
--- a/inst-check-soxr
 
5
+++ b/inst-check-soxr
8
6
@@ -29,7 +29,7 @@
9
7
   for f in ?$2-*.[cC]; do
10
8
     cc=cc; echo $f | grep -q C$ && cc=c++