pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/compiler-rt compiler-rt: Move OS_DIR to where cla...
details: https://anonhg.NetBSD.org/pkgsrc/rev/25a6f64b529b
branches: trunk
changeset: 390568:25a6f64b529b
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Wed Jan 23 15:41:38 2019 +0000
description:
compiler-rt: Move OS_DIR to where clang expects it.
Bump PKGREVISION.
diffstat:
lang/compiler-rt/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r dd52d9d2a36e -r 25a6f64b529b lang/compiler-rt/Makefile
--- a/lang/compiler-rt/Makefile Wed Jan 23 15:34:31 2019 +0000
+++ b/lang/compiler-rt/Makefile Wed Jan 23 15:41:38 2019 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2018/12/23 00:11:39 adam Exp $
+# $NetBSD: Makefile,v 1.8 2019/01/23 15:41:38 jperkin Exp $
DISTNAME= compiler-rt-7.0.1.src
+PKGREVISION= 1
PKGNAME= ${DISTNAME:S/.src//}
CATEGORIES= lang devel
MASTER_SITES= http://llvm.org/releases/${PKGVERSION_NOREV}/
@@ -22,8 +23,7 @@
CONFIGURE_DIRS= ${WRKDIR}/build
CMAKE_ARG_PATH= ${WRKSRC}
-OS_DIR.SunOS-5.11= solaris2.11
-OS_DIR= ${OS_DIR.${OPSYS}-${OS_VERSION}}
+OS_DIR= ${OPSYS:tl}
CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Release
CMAKE_ARGS+= -DCMAKE_C_COMPILER=${CC:Q}
Home |
Main Index |
Thread Index |
Old Index