pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/lapack



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Dec 12 14:24:59 UTC 2016

Modified Files:
        pkgsrc/math/lapack: Makefile.common

Log Message:
Wrap Dragonfly specific workaround in .if ${OPSYS} == "DragonFly"


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/lapack/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/lapack/Makefile.common
diff -u pkgsrc/math/lapack/Makefile.common:1.4 pkgsrc/math/lapack/Makefile.common:1.5
--- pkgsrc/math/lapack/Makefile.common:1.4      Sat Dec  3 15:37:34 2016
+++ pkgsrc/math/lapack/Makefile.common  Mon Dec 12 14:24:59 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2016/12/03 15:37:34 marino Exp $
+# $NetBSD: Makefile.common,v 1.5 2016/12/12 14:24:59 wiz Exp $
 # used by math/blas/Makefile
 # used by math/lapack/Makefile
 
@@ -19,8 +19,12 @@ PATCHDIR=    ${.CURDIR}/../../math/lapack/p
 
 INSTALLATION_DIRS=     lib
 
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "DragonFly"
 # blas fails using the gold linker with:
 # fatal error: --sysroot=: must take a non-empty argument
 # Work around it on DragonFly by specifying the classic gnu linker
 
 MAKE_ENV+=     LDVER=ld.bfd
+.endif



Home | Main Index | Thread Index | Old Index