pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [pkgsrc-2020Q2] pkgsrc/shells/fish
Module Name: pkgsrc
Committed By: bsiegert
Date: Thu Jul 9 06:47:08 UTC 2020
Modified Files:
pkgsrc/shells/fish [pkgsrc-2020Q2]: Makefile
Log Message:
Pullup ticket #6265 - requested by nia
shells/fish: build fix
Revisions pulled up:
- shells/fish/Makefile 1.26
---
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.25.2.1 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.25.2.1
--- pkgsrc/shells/fish/Makefile:1.25 Sun Jun 14 22:52:10 2020
+++ pkgsrc/shells/fish/Makefile Thu Jul 9 06:47:08 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2020/06/14 22:52:10 js Exp $
+# $NetBSD: Makefile,v 1.25.2.1 2020/07/09 06:47:08 bsiegert 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