aboutsummaryrefslogtreecommitdiffstats
path: root/math/asir2000/files/patch-ae.orig
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2003-05-19 22:49:33 +0800
committerarved <arved@FreeBSD.org>2003-05-19 22:49:33 +0800
commit220bfbb8f7364b2fea5adc8cc73df5a78bb1dc43 (patch)
tree5fa59c1e8e542b2a1505b65789f9f551725cbb52 /math/asir2000/files/patch-ae.orig
parent1a10d6dff5cca30bc46e53817a4d420d7145db24 (diff)
downloadfreebsd-ports-graphics-220bfbb8f7364b2fea5adc8cc73df5a78bb1dc43.tar.gz
freebsd-ports-graphics-220bfbb8f7364b2fea5adc8cc73df5a78bb1dc43.tar.zst
freebsd-ports-graphics-220bfbb8f7364b2fea5adc8cc73df5a78bb1dc43.zip
Remove *.orig patches
Spotted by: demon
Diffstat (limited to 'math/asir2000/files/patch-ae.orig')
-rw-r--r--math/asir2000/files/patch-ae.orig13
1 files changed, 0 insertions, 13 deletions
diff --git a/math/asir2000/files/patch-ae.orig b/math/asir2000/files/patch-ae.orig
deleted file mode 100644
index 3c4e7f5a1b2..00000000000
--- a/math/asir2000/files/patch-ae.orig
+++ /dev/null
@@ -1,13 +0,0 @@
---- builtin/numerical.c.org Thu Aug 16 18:47:06 2001
-+++ builtin/numerical.c Thu Aug 16 18:47:52 2001
-@@ -51,7 +51,11 @@
- #include "parse.h"
-
- #if LAPACK
-+#if (__FreeBSD__ >= 4)
-+#include <g2c.h>
-+#else
- #include <f2c.h>
-+#endif
-
- void Pflinsolve();