aboutsummaryrefslogtreecommitdiff
path: root/math/liblbfgs/files
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2011-01-04 02:17:01 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2011-01-04 02:17:01 +0000
commitdd7417c07ed7c2d66005e2bb9dca99c800d89e57 (patch)
tree8cbe804cf288c3521e57ba0e29074a3c51a8fcc6 /math/liblbfgs/files
parent7faad08001d3ab2c7be46a2581df821bce329776 (diff)
downloadports-dd7417c07ed7c2d66005e2bb9dca99c800d89e57.tar.gz
ports-dd7417c07ed7c2d66005e2bb9dca99c800d89e57.zip
- Update to 1.10 [1]
- Remove MD5 checksum from distinfo PR: ports/153523 [1] Submitted by: Hung-Yi Chen <gaod_AT_hychen_DOT_org> (maintainer) [1]
Notes
Notes: svn path=/head/; revision=267355
Diffstat (limited to 'math/liblbfgs/files')
-rw-r--r--math/liblbfgs/files/patch-lib_arithmetic_sse_double.h19
1 files changed, 6 insertions, 13 deletions
diff --git a/math/liblbfgs/files/patch-lib_arithmetic_sse_double.h b/math/liblbfgs/files/patch-lib_arithmetic_sse_double.h
index bd4c23db1bc0..8eaa8e7d5754 100644
--- a/math/liblbfgs/files/patch-lib_arithmetic_sse_double.h
+++ b/math/liblbfgs/files/patch-lib_arithmetic_sse_double.h
@@ -1,19 +1,12 @@
---- lib/arithmetic_sse_double.h.orig 2010-06-08 08:17:38.000000000 +0800
-+++ lib/arithmetic_sse_double.h 2010-06-08 08:19:41.000000000 +0800
-@@ -26,7 +26,6 @@
- /* $Id: arithmetic_sse_double.h 65 2010-01-29 12:19:16Z naoaki $ */
+--- lib/arithmetic_sse_double.h.orig 2010-12-30 02:13:34.000000000 +0800
++++ lib/arithmetic_sse_double.h 2010-12-30 02:14:04.000000000 +0800
+@@ -26,9 +26,6 @@
+ /* $Id$ */
#include <stdlib.h>
+-#ifndef __APPLE__
-#include <malloc.h>
+-#endif
#include <memory.h>
#if 1400 <= _MSC_VER
-@@ -37,6 +36,8 @@
- #include <emmintrin.h>
- #endif/*HAVE_EMMINTRIN_H*/
-
-+#define memalign(A,B) malloc(B)
-+
- inline static void* vecalloc(size_t size)
- {
- #ifdef _MSC_VER