public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-biology/cufflinks/files: cufflinks-1.3.0-autotools.patch
@ 2014-02-05  8:16 Sergey Popov (pinkbyte)
  0 siblings, 0 replies; only message in thread
From: Sergey Popov (pinkbyte) @ 2014-02-05  8:16 UTC (permalink / raw
  To: gentoo-commits

pinkbyte    14/02/05 08:16:11

  Modified:             cufflinks-1.3.0-autotools.patch
  Log:
  Revision bump: EAPI 5, add subslot to Boost dependency, fix compatibility with Automake 1.14, wrt bug #499046. Drop old revision
  
  (Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)

Revision  Changes    Path
1.2                  sci-biology/cufflinks/files/cufflinks-1.3.0-autotools.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/cufflinks/files/cufflinks-1.3.0-autotools.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/cufflinks/files/cufflinks-1.3.0-autotools.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/cufflinks/files/cufflinks-1.3.0-autotools.patch?r1=1.1&r2=1.2

Index: cufflinks-1.3.0-autotools.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/cufflinks/files/cufflinks-1.3.0-autotools.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cufflinks-1.3.0-autotools.patch	10 Nov 2012 10:58:55 -0000	1.1
+++ cufflinks-1.3.0-autotools.patch	5 Feb 2014 08:16:11 -0000	1.2
@@ -1,8 +1,3 @@
- configure.ac | 7 ++++---
- 1 file changed, 4 insertions(+), 3 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index b8a0b9b..b0a4635 100755
 --- a/configure.ac
 +++ b/configure.ac
 @@ -27,6 +27,7 @@ AC_PROG_AWK
@@ -22,7 +17,7 @@
  ext_CFLAGS=""
  debug_CFLAGS=""
  #echo "${host_cpu}-${host_os}"
-@@ -99,9 +100,9 @@ AC_ARG_ENABLE(profiling,      [  --enable-profiling        enable profiling with
+@@ -99,15 +100,15 @@ AC_ARG_ENABLE(profiling,      [  --enable-profiling        enable profiling with
  	  [ext_LDFLAGS="-lprofiler -ltcmalloc"], [])
  	  
  CFLAGS="${generic_CFLAGS} ${ext_CFLAGS} ${user_CFLAGS} ${debug_CFLAGS} ${OPENMP_CFLAGS}"
@@ -34,3 +29,10 @@
  
  # Checks for structures/functions that can be used to determine system memory
  AC_CHECK_MEMBERS([struct sysinfo.totalram], [], [], [#include <sys/sysinfo.h>])
+ AC_CHECK_DECLS([sysctl, CTL_HW, HW_PHYSMEM], [], [], [#include <sys/sysctl.h>])
+ 
+-AM_INIT_AUTOMAKE([-Wall -Werror tar-pax foreign])
++AM_INIT_AUTOMAKE([-Wall tar-pax foreign subdir-objects])
+ 
+ AC_CONFIG_FILES([Makefile				 
+ 				 src/Makefile])





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-02-05  8:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-05  8:16 [gentoo-commits] gentoo-x86 commit in sci-biology/cufflinks/files: cufflinks-1.3.0-autotools.patch Sergey Popov (pinkbyte)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox