diff options
| author | Thomas Zander <riggs@FreeBSD.org> | 2015-02-21 13:40:19 +0000 |
|---|---|---|
| committer | Thomas Zander <riggs@FreeBSD.org> | 2015-02-21 13:40:19 +0000 |
| commit | 1a48f62bbe4a714f64aa553cfb10694916c5e470 (patch) | |
| tree | 90c3304f7fc3d0d7ec7eb47345b54f7d20a21dec /math/openblas/files | |
| parent | Update to version 5.26.1 (diff) | |
Add support for clang
PR: 197385
Submitted by: phd_kimberlite@yahoo.co.jp (maintainer)
Diffstat (limited to 'math/openblas/files')
| -rw-r--r-- | math/openblas/files/patch-Makefile.system | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/openblas/files/patch-Makefile.system b/math/openblas/files/patch-Makefile.system index 733872f1b3f1..bc9546a3513e 100644 --- a/math/openblas/files/patch-Makefile.system +++ b/math/openblas/files/patch-Makefile.system @@ -1,12 +1,11 @@ --- Makefile.system.orig 2013-07-26 02:34:45.000000000 +0900 +++ Makefile.system 2013-07-27 01:22:51.000000000 +0900 -@@ -142,6 +142,9 @@ +@@ -142,6 +142,8 @@ endif ifeq ($(OSNAME), FreeBSD) +EXTRALIB += -lm -+CCOMMON_OPT += -Wl,-rpath=%%_GCC_RUNTIME%% -+FCOMMON_OPT += -Wl,-rpath=%%_GCC_RUNTIME%% ++FCOMMON_OPT += -Wl,-rpath=%%LOCALBASE%%/lib/gcc%%_GCC_VER%% MD5SUM = md5 -r endif |
