pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-llvmlite
Module Name: pkgsrc
Committed By: mef
Date: Thu Dec 31 00:13:48 UTC 2020
Modified Files:
pkgsrc/devel/py-llvmlite: Makefile
Log Message:
(devel/py-llvmlite) adhoc build fix removing -stdlib=libc++
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/py-llvmlite/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-llvmlite/Makefile
diff -u pkgsrc/devel/py-llvmlite/Makefile:1.17 pkgsrc/devel/py-llvmlite/Makefile:1.18
--- pkgsrc/devel/py-llvmlite/Makefile:1.17 Fri Aug 21 20:31:35 2020
+++ pkgsrc/devel/py-llvmlite/Makefile Thu Dec 31 00:13:48 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2020/08/21 20:31:35 adam Exp $
+# $NetBSD: Makefile,v 1.18 2020/12/31 00:13:48 mef Exp $
DISTNAME= llvmlite-0.34.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -16,7 +16,8 @@ MAKE_ENV+= LLVMLITE_SKIP_LLVM_VERSION_CH
PYTHON_VERSIONS_INCOMPATIBLE= 27
pre-configure:
- ${LN} -f ${WRKSRC}/ffi/Makefile.freebsd ${WRKSRC}/ffi/Makefile.netbsd
+# ${LN} -f ${WRKSRC}/ffi/Makefile.freebsd ${WRKSRC}/ffi/Makefile.netbsd
+ ${SED} -e 's/ -stdlib=libc++//' ${WRKSRC}/ffi/Makefile.freebsd > ${WRKSRC}/ffi/Makefile.netbsd
.include "../../mk/bsd.prefs.mk"
post-install:
Home |
Main Index |
Thread Index |
Old Index