aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/fgsl/files/fgsl-0.9-configure.patch')
-rw-r--r--sci-libs/fgsl/files/fgsl-0.9-configure.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/sci-libs/fgsl/files/fgsl-0.9-configure.patch b/sci-libs/fgsl/files/fgsl-0.9-configure.patch
deleted file mode 100644
index c490155..0000000
--- a/sci-libs/fgsl/files/fgsl-0.9-configure.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- configure 2008-08-31 20:37:23.000000000 +0200
-+++ configure.new 2009-09-19 14:31:14.612919757 +0200
-@@ -53,8 +53,9 @@
- exit 0
- ;;
- * )
-- usage
-- exit 1
-+ # The next two lines were commented out by the Gentoo ebuild to allow the default flags from econf:
-+ #usage
-+ #exit 1
- ;;
- esac
- shift
-@@ -266,6 +267,7 @@
- FPP=-fpp
- ;;
- ifort)
-+ FFLAGS="$FFLAGS -vec-report0"
- FPP=-fpp
- ;;
- pgf90)