diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2020-05-25 12:42:55 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2020-05-25 12:42:55 +0000 |
commit | 8b571f6ebec005d9aa2823b183628ee8607287ee (patch) | |
tree | 2a39b9e68ccd48d6f51f86cfc6cc90485c5d3977 /lang/newlisp/files/patch-modules_gsl.lsp | |
parent | - When WITH_DEBUG is set, pass through DEBUG_FLAGS to the kmod build (diff) |
Update lang/newlisp to version 10.7.5.
PR: 237530 (plus changes for 10.7.5)
Submitted by: wen
Diffstat (limited to 'lang/newlisp/files/patch-modules_gsl.lsp')
-rw-r--r-- | lang/newlisp/files/patch-modules_gsl.lsp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/newlisp/files/patch-modules_gsl.lsp b/lang/newlisp/files/patch-modules_gsl.lsp index b81dcd79135b..c2011b41f88a 100644 --- a/lang/newlisp/files/patch-modules_gsl.lsp +++ b/lang/newlisp/files/patch-modules_gsl.lsp @@ -1,14 +1,14 @@ ---- modules/gsl.lsp.orig 2015-05-23 14:58:26 UTC +--- modules/gsl.lsp.orig 2019-05-12 16:44:17 UTC +++ modules/gsl.lsp -@@ -169,6 +169,7 @@ - (= ostype "Win32") "libgsl-0.dll" ; 32-bit +@@ -171,6 +171,7 @@ + (= ostype "Windows") "libgsl-0.dll" ; 32-bit or 64-bit (= ostype "OSX") "libgsl.dylib" ; 32-bit or 64-bit (= ostype "Linux") "/usr/local/lib/libgsl.so" ; 32-bit or 64-bit + (= ostype "BSD") "/usr/local/lib/libgsl.so" ; 32-bit or 64-bit )) ; load libgslcblas which contans functions referenced by libgsl -@@ -179,6 +180,7 @@ +@@ -181,6 +182,7 @@ (if (= ostype "OSX") (import "libgslcblas.dylib" "cblas_sdsdot") (= ostype "Linux") (import "/usr/local/lib/libgslcblas.so" "cblas_sdsdot") |