pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/cpu_features
Module Name: pkgsrc
Committed By: tnn
Date: Mon Dec 14 17:15:35 UTC 2020
Modified Files:
pkgsrc/devel/cpu_features: Makefile
Log Message:
cpu_features: pass -DBUILD_PIC=ON to cmake
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/cpu_features/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/cpu_features/Makefile
diff -u pkgsrc/devel/cpu_features/Makefile:1.1 pkgsrc/devel/cpu_features/Makefile:1.2
--- pkgsrc/devel/cpu_features/Makefile:1.1 Mon Dec 14 15:07:49 2020
+++ pkgsrc/devel/cpu_features/Makefile Mon Dec 14 17:15:35 2020
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.1 2020/12/14 15:07:49 tnn Exp $
+# $NetBSD: Makefile,v 1.2 2020/12/14 17:15:35 tnn Exp $
GITHUB_TAG= v${PKGVERSION_NOREV}
DISTNAME= cpu_features-0.6.0
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=google/}
-
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://github.com/google/cpu_features/
COMMENT= Cross platform C99 library to get CPU features at runtime
@@ -12,6 +12,7 @@ LICENSE= apache-2.0
USE_CMAKE= yes
USE_LANGUAGES= c c++
+CMAKE_ARGS+= -DBUILD_PIC=ON
PLIST_SUBST+= CPU_FEATURES_ARCH=${MACHINE_ARCH:S/i386/x86/:S/x86_64/x86/}
Home |
Main Index |
Thread Index |
Old Index