public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-mathematics/singular/files: singular-4.0.0-fix-omalloc-ar-detection.patch
@ 2015-03-09 13:49 Thomas Kahle (tomka)
  0 siblings, 0 replies; only message in thread
From: Thomas Kahle (tomka) @ 2015-03-09 13:49 UTC (permalink / raw
  To: gentoo-commits

tomka       15/03/09 13:49:39

  Added:                singular-4.0.0-fix-omalloc-ar-detection.patch
  Log:
  bump to 4.0.2
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 565C32BC)

Revision  Changes    Path
1.1                  sci-mathematics/singular/files/singular-4.0.0-fix-omalloc-ar-detection.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/files/singular-4.0.0-fix-omalloc-ar-detection.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/files/singular-4.0.0-fix-omalloc-ar-detection.patch?rev=1.1&content-type=text/plain

Index: singular-4.0.0-fix-omalloc-ar-detection.patch
===================================================================
diff -U 3 -dHrN singular-4.0.0.orig/omalloc/configure.ac singular-4.0.0/omalloc/configure.ac
--- singular-4.0.0.orig/omalloc/configure.ac	2014-03-06 18:07:49.000000000 +0100
+++ singular-4.0.0/omalloc/configure.ac	2014-05-09 15:41:19.755097185 +0200
@@ -117,7 +117,7 @@
 dnl check for programs
 dnl
 AC_CHECK_PROG(AR, ar, ar, :)
-if test "$ac_cv_prog_AR" != ar; then
+if test "$ac_cv_prog_AR" = no; then
   AC_MSG_ERROR(*** ar program not found)
 fi
 AC_CHECK_PROGS(PERL, perl, "no")





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

only message in thread, other threads:[~2015-03-09 13:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-09 13:49 [gentoo-commits] gentoo-x86 commit in sci-mathematics/singular/files: singular-4.0.0-fix-omalloc-ar-detection.patch Thomas Kahle (tomka)

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