summaryrefslogtreecommitdiff
path: root/lang/libLLVM
diff options
context:
space:
mode:
authorbrook <brook@pkgsrc.org>2017-01-16 21:56:35 +0000
committerbrook <brook@pkgsrc.org>2017-01-16 21:56:35 +0000
commitb3f7a0eb1ac2edf2387683c767f9164c92794715 (patch)
tree1c17061df09604c92f977e12a2af0664cc71a57d /lang/libLLVM
parent6f7de14bc26f37995520b94f294b8da3a4efddfb (diff)
downloadpkgsrc-b3f7a0eb1ac2edf2387683c767f9164c92794715.tar.gz
Clean up definition of libtool on Darwin.
The previous commit ended up with two different specifications for libtool on Darwin. One was the OS-specific version of CMAKE_ARGS introduced in the previous commit; the other was inside a conditional to detect Darwin introduced in the commit prior. The former seems cleaner so it has been left.
Diffstat (limited to 'lang/libLLVM')
-rw-r--r--lang/libLLVM/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/lang/libLLVM/Makefile b/lang/libLLVM/Makefile
index f2a7b6967cb..8245f9d4c4c 100644
--- a/lang/libLLVM/Makefile
+++ b/lang/libLLVM/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2017/01/16 17:26:47 brook Exp $
+# $NetBSD: Makefile,v 1.18 2017/01/16 21:56:35 brook Exp $
DISTNAME= llvm-3.9.1.src
PKGNAME= ${DISTNAME:S/llvm/libLLVM/:S/.src//}
@@ -90,10 +90,6 @@ TEST_ENV+= LD_LIBRARY_PATH=${WRKDIR}/build/lib
.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "Darwin"
-CMAKE_ARGS+= -DCMAKE_LIBTOOL=/usr/bin/libtool
-.endif
-
# 3.8.0 -> 3.8
LLVM_MAJOR_MINOR= ${PKGVERSION_NOREV:C/^([0-9]+\.[0-9]+)\..*$/\1/}
PLIST_SUBST+= LLVM_MAJOR_MINOR=${LLVM_MAJOR_MINOR}