pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/libquadmath libquadmath: mark only for x86



details:   https://anonhg.NetBSD.org/pkgsrc/rev/23278c7309ee
branches:  trunk
changeset: 452901:23278c7309ee
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu May 20 06:12:53 2021 +0000

description:
libquadmath: mark only for x86

diffstat:

 math/libquadmath/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r f25d298ed99e -r 23278c7309ee math/libquadmath/Makefile
--- a/math/libquadmath/Makefile Thu May 20 06:12:14 2021 +0000
+++ b/math/libquadmath/Makefile Thu May 20 06:12:53 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/05/16 10:10:54 nia Exp $
+# $NetBSD: Makefile,v 1.2 2021/05/20 06:12:53 nia Exp $
 
 DISTNAME=      gcc-11.1.0
 PKGNAME=       ${DISTNAME:S/gcc/libquadmath/}
@@ -17,6 +17,8 @@
 USE_LIBTOOL=   yes
 INFO_FILES=    yes
 
+ONLY_FOR_PLATFORM=     *-*-i386 *-*-x86_64
+
 GNU_CONFIGURE_STRICT=  no
 
 ## Build outside ${WRKSRC}



Home | Main Index | Thread Index | Old Index