diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2017-09-17 15:26:09 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2017-09-17 15:26:09 +0000 |
commit | 09b025405dfecf160127c778ce28771ffe041970 (patch) | |
tree | c9e82244b07df00f06219315279e37e8a79553ca /math/taucs/files/patch-configure | |
parent | graphics/shotwell: update to 0.26.3 (diff) |
Modernise port to allow for new features in future (e.g. CilkPlus support)
Details:
- Use standard HAS_CONFIGURE instead of rolling our own
- Use blaslapack
- Regenerate patches with "make makepatch".
- Add LICENSE
- Fortran is used as linker but all the code is in C so use CFLAGS
instead of FFLAGS.
PR: 214963
Submitted by: pfg
Notes
Notes:
svn path=/head/; revision=450007
Diffstat (limited to 'math/taucs/files/patch-configure')
-rw-r--r-- | math/taucs/files/patch-configure | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/taucs/files/patch-configure b/math/taucs/files/patch-configure index 9a63a4723c96..4a9ae2f495c8 100644 --- a/math/taucs/files/patch-configure +++ b/math/taucs/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig Sun Aug 24 10:11:33 2003 -+++ configure Sat Feb 26 22:24:56 2005 -@@ -29,7 +29,7 @@ +--- configure.orig 2003-08-24 10:11:33 UTC ++++ configure +@@ -29,7 +29,7 @@ fi # Solaris, OSTYPE=solaris but uname returns SunOS. if [ ${OSTYPE:-fail} = "fail" ] ; then |