summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConstanze Hausner <constanze@gentoo.org>2010-12-01 21:17:49 +0000
committerConstanze Hausner <constanze@gentoo.org>2010-12-01 21:17:49 +0000
commitae90ee05a40f2c623709371279de5d91aca9dc83 (patch)
treec6586278546e869689ec9c016cd17ba2c51517cd /sci-libs/qrupdate
parentVersion bump, backports from day one, since the release is broken upstream. (diff)
downloadgentoo-2-ae90ee05a40f2c623709371279de5d91aca9dc83.tar.gz
gentoo-2-ae90ee05a40f2c623709371279de5d91aca9dc83.tar.bz2
gentoo-2-ae90ee05a40f2c623709371279de5d91aca9dc83.zip
QA: added back wrongly removed patch file
(Portage version: 2.1.9.24/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/qrupdate')
-rw-r--r--sci-libs/qrupdate/ChangeLog6
-rw-r--r--sci-libs/qrupdate/files/qrupdate-1.0.1-makefile.patch24
2 files changed, 29 insertions, 1 deletions
diff --git a/sci-libs/qrupdate/ChangeLog b/sci-libs/qrupdate/ChangeLog
index 8f48085de379..dccd3bd7f316 100644
--- a/sci-libs/qrupdate/ChangeLog
+++ b/sci-libs/qrupdate/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/qrupdate
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/qrupdate/ChangeLog,v 1.17 2010/12/01 16:45:03 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/qrupdate/ChangeLog,v 1.18 2010/12/01 21:17:49 constanze Exp $
+
+ 01 Dec 2010; Constanze Hausner <constanze@gentoo.org>
+ +files/qrupdate-1.0.1-makefile.patch:
+ QA: added back wrongly removed patch file
01 Dec 2010; Sébastien Fabbro <bicatali@gentoo.org> -qrupdate-1.0.1.ebuild,
-files/qrupdate-1.0.1-makefile.patch, -qrupdate-1.1.0.ebuild,
diff --git a/sci-libs/qrupdate/files/qrupdate-1.0.1-makefile.patch b/sci-libs/qrupdate/files/qrupdate-1.0.1-makefile.patch
new file mode 100644
index 000000000000..fa8925fd8bb6
--- /dev/null
+++ b/sci-libs/qrupdate/files/qrupdate-1.0.1-makefile.patch
@@ -0,0 +1,24 @@
+diff -Naur qrupdate-1.0.1/Makefile qrupdate-1.0.1.new/Makefile
+--- qrupdate-1.0.1/Makefile 2009-02-06 04:12:00.000000000 -0500
++++ qrupdate-1.0.1.new/Makefile 2009-09-10 09:55:32.000000000 -0400
+@@ -34,7 +34,7 @@
+ lib:
+ make -C src/ lib
+ solib:
+- make -C src/ solib
++ +make -C src/ solib
+ test: lib
+ make -C test/
+
+diff -Naur qrupdate-1.0.1/src/Makefile qrupdate-1.0.1.new/src/Makefile
+--- qrupdate-1.0.1/src/Makefile 2009-02-06 04:12:50.000000000 -0500
++++ qrupdate-1.0.1.new/src/Makefile 2009-09-10 09:49:29.000000000 -0400
+@@ -40,7 +40,7 @@
+ ar -cr $@ $(OBJS)
+
+ ../libqrupdate.so: $(OBJS)
+- $(FC) $(FFLAGS) -shared -o $@ -Wl,-soname=libqrupdate.so.$(MAJOR) $(OBJS) \
++ $(FC) $(FFLAGS) $(LDFLAGS) -shared -o $@ -Wl,-soname=libqrupdate.so.$(MAJOR) $(OBJS) \
+ $(BLAS) $(LAPACK)
+
+ $(OBJS): %.o: %.f