r43153 - /desktop/experimental/cheese/debian/patches/using-fmod-link-libm.patch

ah at users.alioth.debian.org ah at users.alioth.debian.org
Wed Sep 24 15:41:09 UTC 2014


Author: ah
Date: Wed Sep 24 15:41:09 2014
New Revision: 43153

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=43153
Log:
AC_SUBST(LIBM) not needed

Modified:
    desktop/experimental/cheese/debian/patches/using-fmod-link-libm.patch

Modified: desktop/experimental/cheese/debian/patches/using-fmod-link-libm.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cheese/debian/patches/using-fmod-link-libm.patch?rev=43153&op=diff
==============================================================================
--- desktop/experimental/cheese/debian/patches/using-fmod-link-libm.patch	[utf-8] (original)
+++ desktop/experimental/cheese/debian/patches/using-fmod-link-libm.patch	[utf-8] Wed Sep 24 15:41:09 2014
@@ -16,13 +16,12 @@
  
 --- a/configure.ac
 +++ b/configure.ac
-@@ -24,6 +24,10 @@
+@@ -24,6 +24,9 @@
  LT_PREREQ([2.2])
  LT_INIT([disable-static])
  
 +# Find an appropriate libm, for fmod()
 +LT_LIB_M
-+AC_SUBST(LIBM)
 +
  PKG_PROG_PKG_CONFIG([0.24])
  




More information about the pkg-gnome-commits mailing list