pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/libquadmath



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu May 20 06:12:53 UTC 2021

Modified Files:
        pkgsrc/math/libquadmath: Makefile

Log Message:
libquadmath: mark only for x86


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/libquadmath/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/libquadmath/Makefile
diff -u pkgsrc/math/libquadmath/Makefile:1.1 pkgsrc/math/libquadmath/Makefile:1.2
--- pkgsrc/math/libquadmath/Makefile:1.1        Sun May 16 10:10:54 2021
+++ pkgsrc/math/libquadmath/Makefile    Thu May 20 06:12:53 2021
@@ -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 @@ GNU_CONFIGURE=        yes
 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