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:           Mon Jun 21 20:41:30 UTC 2021

Modified Files:
        pkgsrc/math/libquadmath: Makefile

Log Message:
libquadmath: disable multilib support


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/math/libquadmath/Makefile:1.3
--- pkgsrc/math/libquadmath/Makefile:1.2        Thu May 20 06:12:53 2021
+++ pkgsrc/math/libquadmath/Makefile    Mon Jun 21 20:41:30 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/05/20 06:12:53 nia Exp $
+# $NetBSD: Makefile,v 1.3 2021/06/21 20:41:30 nia Exp $
 
 DISTNAME=      gcc-11.1.0
 PKGNAME=       ${DISTNAME:S/gcc/libquadmath/}
@@ -26,6 +26,7 @@ OBJDIR=                       ../build
 CONFIGURE_DIRS=                ${OBJDIR}
 CONFIGURE_SCRIPT=      ../${DISTNAME}/libquadmath/configure
 CONFIGURE_ARGS+=       --infodir=${PREFIX}/info
+CONFIGURE_ARGS+=       --disable-multilib
 
 PLIST_SUBST+=          NATIVE_MACHINE_GNU_PLATFORM=${NATIVE_MACHINE_GNU_PLATFORM}
 



Home | Main Index | Thread Index | Old Index