pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/compiler-rt
Module Name: pkgsrc
Committed By: jperkin
Date: Wed Jan 23 15:41:38 UTC 2019
Modified Files:
pkgsrc/lang/compiler-rt: Makefile
Log Message:
compiler-rt: Move OS_DIR to where clang expects it.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/lang/compiler-rt/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/compiler-rt/Makefile
diff -u pkgsrc/lang/compiler-rt/Makefile:1.7 pkgsrc/lang/compiler-rt/Makefile:1.8
--- pkgsrc/lang/compiler-rt/Makefile:1.7 Sun Dec 23 00:11:39 2018
+++ pkgsrc/lang/compiler-rt/Makefile Wed Jan 23 15:41:38 2019
@@ -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 @@ SSP_SUPPORTED= no
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