pkgsrc-Changes archive

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

CVS commit: pkgsrc/shells/fish



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Jul  7 09:00:34 UTC 2020

Modified Files:
        pkgsrc/shells/fish: Makefile

Log Message:
fish: Pull in libatomic with gcc for e.g. powerpc


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/shells/fish/Makefile

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

Modified files:

Index: pkgsrc/shells/fish/Makefile
diff -u pkgsrc/shells/fish/Makefile:1.25 pkgsrc/shells/fish/Makefile:1.26
--- pkgsrc/shells/fish/Makefile:1.25    Sun Jun 14 22:52:10 2020
+++ pkgsrc/shells/fish/Makefile Tue Jul  7 09:00:34 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2020/06/14 22:52:10 js Exp $
+# $NetBSD: Makefile,v 1.26 2020/07/07 09:00:34 nia Exp $
 
 DISTNAME=              fish-3.1.2
 PKGREVISION=           1
@@ -47,6 +47,9 @@ post-extract:
 .include "../../devel/pcre2/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/gettext-tools/buildlink3.mk"
+.if !empty(PKGSRC_COMPILER:M*gcc*)
+.  include "../../devel/libatomic/buildlink3.mk"
+.endif
 .include "../../lang/python/application.mk"
 .include "../../mk/curses.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index