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
commit48a9fea9fb26c9e4ae841aa1d2c4db6e7fbdae00 (patch)
tree4c92893417fdbd59f0cfbc41481f8586dd908386 /lang/libLLVM
parent9df9fce9706ea60cfcf59016ce8a65f9c6c8bbc8 (diff)
downloadpkgsrc-48a9fea9fb26c9e4ae841aa1d2c4db6e7fbdae00.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}