aboutsummaryrefslogtreecommitdiff
path: root/math/linalg/files
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2002-11-30 16:37:57 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2002-11-30 16:37:57 +0000
commit226f3256ea7a9d769dc325067d9d5b032dbba6b0 (patch)
treead35d7e97b1df591b4b80307a02d0d2ab9aa7b60 /math/linalg/files
parentf159de456a0b1cd74323dae937069ab91f229587 (diff)
downloadports-226f3256ea7a9d769dc325067d9d5b032dbba6b0.tar.gz
ports-226f3256ea7a9d769dc325067d9d5b032dbba6b0.zip
Notes
Diffstat (limited to 'math/linalg/files')
-rw-r--r--math/linalg/files/patch-aa11
-rw-r--r--math/linalg/files/patch-ab11
2 files changed, 0 insertions, 22 deletions
diff --git a/math/linalg/files/patch-aa b/math/linalg/files/patch-aa
deleted file mode 100644
index fc592fc24c6c..000000000000
--- a/math/linalg/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- c++.orig Sat May 27 17:48:43 2000
-+++ c++ Sat May 27 17:50:10 2000
-@@ -1,7 +1,7 @@
- #!/bin/sh
- # GNU C++ compilation
- # Note, ${foo:+bar} is just a weird way of commenting out bar
--eg++ -c -O2 -fkeep-inline-functions -pipe -W -Wall -Wpointer-arith -ffor-scope -Woverloaded-virtual \
-+%%CXX%% -c %%CXXFLAGS%% -fkeep-inline-functions -pipe -W -Wall -Wpointer-arith -ffor-scope -Woverloaded-virtual \
- -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations \
- ${foo:+'-Wold-style-cast'} -Wbad-function-cast -Wwrite-strings \
- ${foo:+'-Winline -Wredundant-decls'} -fno-rtti ${fpp:+'-fno-exceptions'} \
diff --git a/math/linalg/files/patch-ab b/math/linalg/files/patch-ab
deleted file mode 100644
index 418af0efe021..000000000000
--- a/math/linalg/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- LinAlg.h.orig Fri Oct 25 01:30:42 2002
-+++ LinAlg.h Fri Oct 25 01:30:53 2002
-@@ -73,7 +73,7 @@
-
- #include "myenv.h"
- #include "std.h"
--#if defined(__GNUC__) && __GNUC_MINOR__ < 90
-+#if defined(__GNUC__) && __GNUC_MINOR__ < 90 && !defined(__FreeBSD__)
- #include <values.h>
- #else
- #include <limits.h>