[SCM] libinstpatch/master: Re-introduce 02-with-math-lib.patch.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon Nov 1 23:17:46 UTC 2010


The following commit has been merged in the master branch:
commit 47afeafcd2d595e63e27e25a53008605a97451da
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Nov 2 00:03:27 2010 +0100

    Re-introduce 02-with-math-lib.patch.
    
    This reverts commit 5990b5c200612b5e4f6f833289e74762ce0163ec.

diff --git a/debian/patches/02-with-math-lib.patch b/debian/patches/02-with-math-lib.patch
new file mode 100644
index 0000000..9ff2b1f
--- /dev/null
+++ b/debian/patches/02-with-math-lib.patch
@@ -0,0 +1,12 @@
+diff -Nur -x '*.orig' -x '*~' libinstpatch-1.0.0/libinstpatch/Makefile.am libinstpatch-1.0.0.new/libinstpatch/Makefile.am
+--- libinstpatch-1.0.0/libinstpatch/Makefile.am	2010-10-22 12:53:48.000000000 -0700
++++ libinstpatch-1.0.0.new/libinstpatch/Makefile.am	2010-10-26 21:29:39.241407501 -0700
+@@ -211,7 +211,7 @@
+ libinstpatch_1_0_la_SOURCES = $(ipatch_public_h_sources) $(ipatch_sources)
+ libinstpatch_1_0_la_LDFLAGS = $(no_undefined) $(libinstpatch_la_def) \
+   -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -export-dynamic
+-libinstpatch_1_0_la_LIBADD = @SNDFILE_LIBS@ @GOBJECT_LIBS@
++libinstpatch_1_0_la_LIBADD = @SNDFILE_LIBS@ @GOBJECT_LIBS@ -lm
+ 
+ ipatchincdir = $(includedir)/libinstpatch-1.0/libinstpatch
+ ipatchinc_HEADERS = $(ipatch_public_h_sources) builtin_enums.h libinstpatch.h

-- 
libinstpatch packaging



More information about the pkg-multimedia-commits mailing list