pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [pkgsrc-2019Q2] pkgsrc/lang/llvm
Module Name: pkgsrc
Committed By: bsiegert
Date: Tue Sep 10 18:19:28 UTC 2019
Modified Files:
pkgsrc/lang/llvm [pkgsrc-2019Q2]: Makefile
Log Message:
Pullup ticket #6053 - requested by maya
lang/llvm: build fix
Revisions pulled up:
- lang/llvm/Makefile 1.44
---
Module Name: pkgsrc
Committed By: maya
Date: Mon Sep 9 10:53:23 UTC 2019
Modified Files:
pkgsrc/lang/llvm: Makefile
Log Message:
llvm: bump GCC_REQD. configure will fail with GCC < 5.1.
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.41.2.1 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.41 pkgsrc/lang/llvm/Makefile:1.41.2.1
--- pkgsrc/lang/llvm/Makefile:1.41 Mon Jun 17 16:35:44 2019
+++ pkgsrc/lang/llvm/Makefile Tue Sep 10 18:19:28 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2019/06/17 16:35:44 adam Exp $
+# $NetBSD: Makefile,v 1.41.2.1 2019/09/10 18:19:28 bsiegert Exp $
#
# when updating this, please also update:
# devel/include-what-you-use
@@ -35,7 +35,7 @@ LICENSE= modified-bsd
USE_LANGUAGES= c c++11
USE_CMAKE= yes
-GCC_REQD+= 4.8
+GCC_REQD+= 5.1
PYTHON_FOR_BUILD_ONLY= yes
CONFIGURE_DIRS= ${WRKDIR}/build
Home |
Main Index |
Thread Index |
Old Index