pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/llvm
Module Name: pkgsrc
Committed By: nia
Date: Fri May 7 07:14:48 UTC 2021
Modified Files:
pkgsrc/lang/llvm: Makefile
Log Message:
llvm: Not for Alpha or VAX.
To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/lang/llvm/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/llvm/Makefile
diff -u pkgsrc/lang/llvm/Makefile:1.60 pkgsrc/lang/llvm/Makefile:1.61
--- pkgsrc/lang/llvm/Makefile:1.60 Sat Nov 7 21:26:41 2020
+++ pkgsrc/lang/llvm/Makefile Fri May 7 07:14:48 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2020/11/07 21:26:41 he Exp $
+# $NetBSD: Makefile,v 1.61 2021/05/07 07:14:48 nia Exp $
#
# when updating this, please also update:
# devel/include-what-you-use
@@ -38,6 +38,9 @@ USE_CMAKE= yes
GCC_REQD+= 5.1
PYTHON_FOR_BUILD_ONLY= yes
+NOT_FOR_PLATFORM+= *-*-alpha
+NOT_FOR_PLATFORM+= *-*-vax
+
CONFIGURE_DIRS= ${WRKDIR}/build
CMAKE_ARG_PATH= ${WRKSRC}
Home |
Main Index |
Thread Index |
Old Index