pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/libLLVM



Module Name:    pkgsrc
Committed By:   maya
Date:           Mon May  1 00:43:07 UTC 2017

Modified Files:
        pkgsrc/lang/libLLVM: Makefile

Log Message:
libLLVM: respect LDFLAGS

from Dr. Thomas Orgis via tech-pkg


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/lang/libLLVM/Makefile

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

Modified files:

Index: pkgsrc/lang/libLLVM/Makefile
diff -u pkgsrc/lang/libLLVM/Makefile:1.21 pkgsrc/lang/libLLVM/Makefile:1.22
--- pkgsrc/lang/libLLVM/Makefile:1.21   Mon Apr 10 19:49:59 2017
+++ pkgsrc/lang/libLLVM/Makefile        Mon May  1 00:43:07 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2017/04/10 19:49:59 maya Exp $
+# $NetBSD: Makefile,v 1.22 2017/05/01 00:43:07 maya Exp $
 
 DISTNAME=      llvm-4.0.0.src
 PKGNAME=       ${DISTNAME:S/llvm/libLLVM/:S/.src//}
@@ -23,6 +23,7 @@ CMAKE_ARG_PATH=               ${WRKSRC}
 CMAKE_ARGS+=   -DCMAKE_BUILD_TYPE=Release
 CMAKE_ARGS+=   -DCMAKE_C_COMPILER=gcc
 CMAKE_ARGS+=   -DCMAKE_CXX_COMPILER=g++
+CMAKE_ARGS+=   -DCMAKE_CXX_LINK_FLAGS=${LDFLAGS:Q}
 CMAKE_ARGS+=   -DLLVM_BUILD_LLVM_DYLIB=ON
 CMAKE_ARGS+=   -DLLVM_LINK_LLVM_DYLIB=ON
 CMAKE_ARGS+=   -DLLVM_INCLUDE_TESTS=OFF



Home | Main Index | Thread Index | Old Index