pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/ovmf
Module Name: pkgsrc
Committed By: jperkin
Date: Mon Jan 15 09:49:03 UTC 2018
Modified Files:
pkgsrc/sysutils/ovmf: Makefile
Log Message:
ovmf: Use SSP_SUPPORTED=no instead of PKGSRC_USE_SSP=no.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/ovmf/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/ovmf/Makefile
diff -u pkgsrc/sysutils/ovmf/Makefile:1.2 pkgsrc/sysutils/ovmf/Makefile:1.3
--- pkgsrc/sysutils/ovmf/Makefile:1.2 Mon Oct 23 14:42:45 2017
+++ pkgsrc/sysutils/ovmf/Makefile Mon Jan 15 09:49:03 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2017/10/23 14:42:45 maya Exp $
+# $NetBSD: Makefile,v 1.3 2018/01/15 09:49:03 jperkin Exp $
GITHUB_PROJECT= edk2
PKGNAME= OVMF-0.0.2017624
@@ -18,6 +18,8 @@ WRKSRC= ${WRKDIR}/${GITHUB_PROJECT}-${G
USE_TOOLS+= gmake bash
USE_LANGUAGES= c c++
+SSP_SUPPORTED= no
+
PYTHON_VERSIONS_ACCEPTED= 27
SUBST_CLASSES+= python
SUBST_STAGE.python= pre-configure
@@ -26,8 +28,6 @@ SUBST_FILES.python= BaseTools/Tests/GNU
SUBST_FILES.python+= BaseTools/BinWrappers/PosixLike/*
SUBST_SED.python= -e 's,python2,${PYTHONBIN},g'
-PKGSRC_USE_SSP= no
-
do-build:
cd ${WRKSRC}/OvmfPkg && \
${SETENV} ${MAKE_ENV} ./build.sh
Home |
Main Index |
Thread Index |
Old Index