summaryrefslogtreecommitdiff
path: root/math/freefem++/files
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2004-05-06 21:45:22 +0000
committerThierry Thomas <thierry@FreeBSD.org>2004-05-06 21:45:22 +0000
commit60828c4c3195e293a00f516ece96dc9ecfb1b527 (patch)
tree969f71a78413ad2ffd04a1aa1a591c41d7097cda /math/freefem++/files
parentUpdate to the 20040505 snapshot. (diff)
Upgrade to 1.40.
Notes
Notes: svn path=/head/; revision=108588
Diffstat (limited to 'math/freefem++/files')
-rw-r--r--math/freefem++/files/patch-src::AnyType.hpp12
-rw-r--r--math/freefem++/files/patch-src::Makefile-linux11
2 files changed, 6 insertions, 17 deletions
diff --git a/math/freefem++/files/patch-src::AnyType.hpp b/math/freefem++/files/patch-src::AnyType.hpp
deleted file mode 100644
index 1b26f3907ef5..000000000000
--- a/math/freefem++/files/patch-src::AnyType.hpp
+++ /dev/null
@@ -1,12 +0,0 @@
---- ./src/AnyType.hpp.orig Sat May 31 11:53:05 2003
-+++ ./src/AnyType.hpp Sun Feb 29 16:13:27 2004
-@@ -5,7 +5,8 @@
- class basicForEachType;
- typedef const basicForEachType * aType;
-
--typedef unsigned char AnyData[24];
-+//typedef unsigned char AnyData[24];
-+typedef unsigned char AnyData[2*(sizeof(void*)+2*sizeof(double))];
-
- extern map<const string,basicForEachType *> map_type;
-
diff --git a/math/freefem++/files/patch-src::Makefile-linux b/math/freefem++/files/patch-src::Makefile-linux
index e28f885684f2..b2605b9e1eca 100644
--- a/math/freefem++/files/patch-src::Makefile-linux
+++ b/math/freefem++/files/patch-src::Makefile-linux
@@ -1,7 +1,8 @@
---- src/Makefile-linux.orig Fri Jan 9 09:17:19 2004
-+++ src/Makefile-linux Sat Jan 10 17:52:42 2004
-@@ -1,18 +1,18 @@
--LIBLOCAL = -ldl # for dlopen (see load.cpp and man dlopen)
+--- src/Makefile-linux.orig Tue Feb 10 13:23:56 2004
++++ src/Makefile-linux Thu May 6 21:52:05 2004
+@@ -1,19 +1,18 @@
+-LIBLOCAL = -ldl -rdynamic # for dlopen (see load.cpp)
+-# for dlopen (see load.cpp and man dlopen)
-LIBX11= -L/usr/X11R6/lib -lX11 -lm
-INCLUDEX11 = /usr/X11R6/include
-CXX=g++ #C++ compiler
@@ -29,7 +30,7 @@
# ------------------------------
# compilation flags of FreeFem++
# ------------------------------
-@@ -31,7 +31,7 @@
+@@ -32,7 +31,7 @@
# ---------------------------
# install and compile dir.
# ----------------------