summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2007-06-22 23:11:40 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2007-06-22 23:11:40 +0000
commit9b1b3e820e1f8a2014b7445b7c59389d40a9bab3 (patch)
treeec3c344c9d67a5b14dc4643140e4d0282e5e19be /sci-chemistry/shelx
parentversion bump (diff)
downloadgentoo-2-9b1b3e820e1f8a2014b7445b7c59389d40a9bab3.tar.gz
gentoo-2-9b1b3e820e1f8a2014b7445b7c59389d40a9bab3.tar.bz2
gentoo-2-9b1b3e820e1f8a2014b7445b7c59389d40a9bab3.zip
(#163574) Build fix; check for Fortran77 compiler in autotools stuff (fix from dawe).
(Portage version: 2.1.2.7)
Diffstat (limited to 'sci-chemistry/shelx')
-rw-r--r--sci-chemistry/shelx/ChangeLog7
-rw-r--r--sci-chemistry/shelx/files/20060317-autotool.patch2
2 files changed, 7 insertions, 2 deletions
diff --git a/sci-chemistry/shelx/ChangeLog b/sci-chemistry/shelx/ChangeLog
index d27bd51ad1b2..5eb600dba1b3 100644
--- a/sci-chemistry/shelx/ChangeLog
+++ b/sci-chemistry/shelx/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-chemistry/shelx
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/shelx/ChangeLog,v 1.9 2007/03/15 21:49:56 kugelfang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/shelx/ChangeLog,v 1.10 2007/06/22 23:11:40 dberkholz Exp $
+
+ 22 Jun 2007; Donnie Berkholz <dberkholz@gentoo.org>;
+ files/20060317-autotool.patch:
+ (#163574) Build fix; check for Fortran77 compiler in autotools stuff (fix
+ from dawe).
15 Mar 2007; Danny van Dyk <kugelfang@gentoo.org> shelx-20060317.ebuild:
QA: Removed illegal use of ${ROOT}. Bug #168043
diff --git a/sci-chemistry/shelx/files/20060317-autotool.patch b/sci-chemistry/shelx/files/20060317-autotool.patch
index 3e08bfabaa4e..b90fb0a921c1 100644
--- a/sci-chemistry/shelx/files/20060317-autotool.patch
+++ b/sci-chemistry/shelx/files/20060317-autotool.patch
@@ -12,7 +12,7 @@ diff -urN unix.orig/configure.ac unix/configure.ac
+
+# Checks for programs.
+AC_PROG_FC
-+
++AC_PROG_F77
+AC_OUTPUT([Makefile])
diff -urN unix.orig/Makefile.am unix/Makefile.am
--- unix.orig/Makefile.am 1969-12-31 16:00:00.000000000 -0800