pkgsrc-WIP-changes archive

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

Smooth out one wrinkle: use wip/libatomic instead of forcing pkgsrc GCC=7.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Fri May 22 20:32:03 2020 +0200
Changeset:	6e22d1e3168cf5dd11869c27eab3cbb37e6d26de

Modified Files:
	bind916/Makefile

Log Message:
Smooth out one wrinkle: use wip/libatomic instead of forcing pkgsrc GCC=7.

This package still builds & installs on NetBSD/i386 8.0.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6e22d1e3168cf5dd11869c27eab3cbb37e6d26de

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

diffstat:
 bind916/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diffs:
diff --git a/bind916/Makefile b/bind916/Makefile
index ed1f8907dd..8fccaa301a 100644
--- a/bind916/Makefile
+++ b/bind916/Makefile
@@ -18,8 +18,8 @@ MAKE_JOBS_SAFE=	no
 BIND_VERSION=	9.16.3
 
 # For libatomic and 64-bit operations
-USE_PKGSRC_GCC=	yes
-GCC_REQD=	7
+#USE_PKGSRC_GCC=	yes
+#GCC_REQD=	7
 
 .include "../../mk/bsd.prefs.mk"
 
@@ -88,4 +88,5 @@ post-install:
 .include "../../security/openssl/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../devel/libuv/buildlink3.mk"
+.include "../../wip/libatomic/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index