diff options
author | Justin Lecher <jlec@gentoo.org> | 2016-04-02 17:01:37 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-04-02 17:01:43 +0200 |
commit | 2740601c7efdbf434e15429a77a941afa94e6de7 (patch) | |
tree | 332b6e67ec646d7ffe57f4ffb37a3d52b53e8dd4 /sci-libs/qrupdate/files | |
parent | kde5.eclass: raise kde-apps/kde4-l10n blocker for Plasma 5.6 (diff) | |
download | gentoo-2740601c7efdbf434e15429a77a941afa94e6de7.tar.gz gentoo-2740601c7efdbf434e15429a77a941afa94e6de7.tar.bz2 gentoo-2740601c7efdbf434e15429a77a941afa94e6de7.zip |
sci-libs/qrupdate: Drop old
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=478616
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-libs/qrupdate/files')
-rw-r--r-- | sci-libs/qrupdate/files/qrupdate-1.0.1-makefile.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/sci-libs/qrupdate/files/qrupdate-1.0.1-makefile.patch b/sci-libs/qrupdate/files/qrupdate-1.0.1-makefile.patch deleted file mode 100644 index fa8925fd8bb6..000000000000 --- a/sci-libs/qrupdate/files/qrupdate-1.0.1-makefile.patch +++ /dev/null @@ -1,24 +0,0 @@ -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 |