summaryrefslogtreecommitdiff
path: root/math/blitz++/files
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-10-10 10:26:55 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-10-10 10:26:55 +0000
commit318b021265ccbb64b1eaf29a56f6beadc1b91e2c (patch)
tree7024e00bd0d36fc3d99a0189b69163c062e2aea7 /math/blitz++/files
parentFix build-breakage. (diff)
add blitz++ 0.6
A C++ class library for scientific computing
Notes
Notes: svn path=/head/; revision=67732
Diffstat (limited to 'math/blitz++/files')
-rw-r--r--math/blitz++/files/patch-Makefile.in20
-rw-r--r--math/blitz++/files/patch-timer.h11
2 files changed, 31 insertions, 0 deletions
diff --git a/math/blitz++/files/patch-Makefile.in b/math/blitz++/files/patch-Makefile.in
new file mode 100644
index 000000000000..e5ce0e32b231
--- /dev/null
+++ b/math/blitz++/files/patch-Makefile.in
@@ -0,0 +1,20 @@
+--- Makefile.in.orig Wed Jul 17 08:39:02 2002
++++ Makefile.in Thu Oct 10 18:14:58 2002
+@@ -93,7 +93,7 @@
+ RANLIB = @RANLIB@
+ STRIP = @STRIP@
+
+-SUBDIRS = . bin compiler blitz random src lib manual testsuite examples benchmarks demos
++SUBDIRS = . bin compiler blitz random src lib manual
+ VERSION = @VERSION@
+ am__include = @am__include@
+ am__quote = @am__quote@
+@@ -405,7 +405,7 @@
+
+ info-am:
+
+-install-data-am: install-demoDATA
++install-data-am:
+
+ install-exec-am:
+
diff --git a/math/blitz++/files/patch-timer.h b/math/blitz++/files/patch-timer.h
new file mode 100644
index 000000000000..1917e059dad2
--- /dev/null
+++ b/math/blitz++/files/patch-timer.h
@@ -0,0 +1,11 @@
+--- blitz/timer.h.orig Thu Jul 25 16:47:56 2002
++++ blitz/timer.h Thu Jul 25 16:48:12 2002
+@@ -41,6 +41,8 @@
+ #ifndef BZ_TIMER_H
+ #define BZ_TIMER_H
+
++#include <sys/time.h>
++
+ #ifndef BZ_BLITZ_H
+ #include <blitz/blitz.h>
+ #endif