diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-02-25 02:09:17 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-02-25 02:09:17 +0000 |
commit | 01eca2900d2c8de2a02f63d8bce5fe481cf738d8 (patch) | |
tree | 4d02aa835e88610015c341a48b344262c71d0bb5 /math/scilab/files/patch-bb | |
parent | - Update to 2.9.1. (diff) |
- Unbreak it and update to 5.2.0
PR: ports/143867
Submitted by: Rob Farmer <rfarmer@predatorlabs.net>
Approved by: maintainer
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=250285
Diffstat (limited to 'math/scilab/files/patch-bb')
-rw-r--r-- | math/scilab/files/patch-bb | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/math/scilab/files/patch-bb b/math/scilab/files/patch-bb deleted file mode 100644 index 66079c210beb..000000000000 --- a/math/scilab/files/patch-bb +++ /dev/null @@ -1,30 +0,0 @@ ---- configure.orig Wed Feb 1 21:47:53 2006 -+++ configure Sat May 27 19:27:55 2006 -@@ -22162,7 +22162,7 @@ - CC_PICFLAGS='-fPIC' - # script shell f77 have bugs, get ours - FC=$F77 -- FC_OPTIONS="${CFLAGS} -Dfreebsd" -+ FC_OPTIONS="${FFLAGS} -Dfreebsd" - FC_OPTIONS_O0='-Dfreebsd' - FC_LDFLAGS='-lm -Wl,--export-dynamic' - FC_PICFLAGS='-fPIC' -@@ -25056,7 +25056,8 @@ - cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ --#include <X11/IntrinsicP.h> #include <X11/Xaw3d/ViewportP.h> -+#include <X11/IntrinsicP.h> -+#include <X11/Xaw3d/ViewportP.h> - int - main () - { -@@ -27200,7 +27201,7 @@ - ;; - esac - -- GETLIBTK=libtk$TK_MAJOR_VERSION.$TK_MINOR_VERSION.$SONAME -+ GETLIBTK=libtk$TK_MAJOR_VERSION$TK_MINOR_VERSION.$SONAME - - case "$host" in - *-*-darwin*) |