r38509 - in /packages/atlas/trunk/debian: changelog patches/kfreebsd.diff

sylvestre at users.alioth.debian.org sylvestre at users.alioth.debian.org
Tue May 17 13:18:55 UTC 2011


Author: sylvestre
Date: Tue May 17 13:18:35 2011
New Revision: 38509

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=38509
Log:
  * Fix the FTBFS under kfreebsd (kfreebsd.diff)

Added:
    packages/atlas/trunk/debian/patches/kfreebsd.diff
Modified:
    packages/atlas/trunk/debian/changelog

Modified: packages/atlas/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/trunk/debian/changelog?rev=38509&op=diff
==============================================================================
--- packages/atlas/trunk/debian/changelog (original)
+++ packages/atlas/trunk/debian/changelog Tue May 17 13:18:35 2011
@@ -1,3 +1,9 @@
+atlas (3.8.4-2) UNRELEASED; urgency=low
+
+  * Fix the FTBFS under kfreebsd (kfreebsd.diff)
+
+ -- Sylvestre Ledru <sylvestre at debian.org>  Tue, 17 May 2011 15:17:26 +0200
+
 atlas (3.8.4-1) unstable; urgency=low
 
   * New upstream release

Added: packages/atlas/trunk/debian/patches/kfreebsd.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/trunk/debian/patches/kfreebsd.diff?rev=38509&op=file
==============================================================================
--- packages/atlas/trunk/debian/patches/kfreebsd.diff (added)
+++ packages/atlas/trunk/debian/patches/kfreebsd.diff Tue May 17 13:18:35 2011
@@ -1,0 +1,16 @@
+Index: atlas-3.8.4/CONFIG/src/SpewMakeInc.c
+===================================================================
+--- atlas-3.8.4.orig/CONFIG/src/SpewMakeInc.c	2011-05-17 15:15:30.000000000 +0200
++++ atlas-3.8.4/CONFIG/src/SpewMakeInc.c	2011-05-17 15:15:58.000000000 +0200
+@@ -668,8 +668,10 @@
+          fprintf(fpout, " -melf_i386");
+       else if (ptrbits == 64)
+          fprintf(fpout, " -melf_x86_64");
+-      if (OS == OSFreeBSD)
++#ifdef __FreeBSD_kernel__
++//      if (OS == OSFreeBSD)
+          fprintf(fpout, "_fbsd");
++#endif
+    }
+    fprintf(fpout, "\n   F77SYSLIB = %s\n", f77lib ? f77lib : "");
+    fprintf(fpout, "   BC = $(ICC)\n");




More information about the debian-science-commits mailing list