diff options
author | Fabian Groffen <grobian@gentoo.org> | 2007-06-07 17:33:27 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2007-06-07 17:33:27 +0000 |
commit | 16d6301689ac3e46fb49419145434d984748c605 (patch) | |
tree | 69606262c14f50210b0d3e7ebaabf899b2092db8 /sci-libs/fftw | |
parent | Dropped ppc-macos keyword, see you in prefix. (diff) | |
download | gentoo-2-16d6301689ac3e46fb49419145434d984748c605.tar.gz gentoo-2-16d6301689ac3e46fb49419145434d984748c605.tar.bz2 gentoo-2-16d6301689ac3e46fb49419145434d984748c605.zip |
remove stray (and non-working) patch
(Portage version: 2.1.2.7)
Diffstat (limited to 'sci-libs/fftw')
-rw-r--r-- | sci-libs/fftw/ChangeLog | 4 | ||||
-rw-r--r-- | sci-libs/fftw/files/fftw-ppc-macos.patch | 30 |
2 files changed, 2 insertions, 32 deletions
diff --git a/sci-libs/fftw/ChangeLog b/sci-libs/fftw/ChangeLog index f6a9bb5b35a9..58acf19f5266 100644 --- a/sci-libs/fftw/ChangeLog +++ b/sci-libs/fftw/ChangeLog @@ -1,9 +1,9 @@ # ChangeLog for sci-libs/fftw # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/ChangeLog,v 1.57 2007/06/07 17:32:13 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/ChangeLog,v 1.58 2007/06/07 17:33:27 grobian Exp $ 07 Jun 2007; Fabian Groffen <grobian@gentoo.org> fftw-3.0.1-r2.ebuild, - fftw-3.1.2.ebuild: + fftw-3.1.2.ebuild, -files/fftw-ppc-macos.patch: Dropped ppc-macos keyword, see you in prefix. 07 Jun 2007; Markus Rothe <corsair@gentoo.org> fftw-3.1.2.ebuild: diff --git a/sci-libs/fftw/files/fftw-ppc-macos.patch b/sci-libs/fftw/files/fftw-ppc-macos.patch deleted file mode 100644 index 6bcd966234b6..000000000000 --- a/sci-libs/fftw/files/fftw-ppc-macos.patch +++ /dev/null @@ -1,30 +0,0 @@ -diff -uNr fftw-3.0.1/tests/Makefile.in fftw-3.0.1-new/tests/Makefile.in ---- fftw-3.0.1/tests/Makefile.in Sat Jul 5 19:29:48 2003 -+++ fftw-3.0.1-new/tests/Makefile.in Fri Oct 1 16:20:40 2004 -@@ -174,9 +174,9 @@ - @THREADS_TRUE@LIBFFTWTHREADS = $(top_builddir)/threads/libfftw3@PREC_SUFFIX@_threads.la - - bench_SOURCES = bench.c hook.c --bench_LDADD = $(LIBFFTWTHREADS) \ -+bench_LDADD = $(top_builddir)/libbench2/libbench2.a $(LIBFFTWTHREADS) \ - $(top_builddir)/libfftw3@PREC_SUFFIX@.la \ --$(top_builddir)/libbench2/libbench2.a $(THREADLIBS) -+$(THREADLIBS) - - subdir = tests - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -diff -uNr fftw-3.0.1/tools/Makefile.in fftw-3.0.1-new/tools/Makefile.in ---- fftw-3.0.1/tools/Makefile.in Sat Jul 5 19:29:49 2003 -+++ fftw-3.0.1-new/tools/Makefile.in Fri Oct 1 16:23:49 2004 -@@ -177,9 +177,9 @@ - @THREADS_TRUE@LIBFFTWTHREADS = $(top_builddir)/threads/libfftw3@PREC_SUFFIX@_threads.la - - fftw@PREC_SUFFIX@_wisdom_SOURCES = fftw-wisdom.c --fftw@PREC_SUFFIX@_wisdom_LDADD = $(top_builddir)/tests/bench.o \ -+fftw@PREC_SUFFIX@_wisdom_LDADD = $(top_builddir)/tests/bench.o $(top_builddir)/libbench2/libbench2.a \ - $(LIBFFTWTHREADS) $(top_builddir)/libfftw3@PREC_SUFFIX@.la \ --$(top_builddir)/libbench2/libbench2.a $(THREADLIBS) -+$(THREADLIBS) - - subdir = tools - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |