Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2020Q2]: pkgsrc/shells/fish Pullup ticket #6265 - requested by...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3aa8645632cc
branches: pkgsrc-2020Q2
changeset: 435543:3aa8645632cc
user: bsiegert <bsiegert%pkgsrc.org@localhost>
date: Thu Jul 09 06:47:08 2020 +0000
description:
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
diffstat:
shells/fish/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r aa8d23a86f69 -r 3aa8645632cc shells/fish/Makefile
--- a/shells/fish/Makefile Thu Jul 09 06:40:07 2020 +0000
+++ b/shells/fish/Makefile Thu Jul 09 06:47:08 2020 +0000
@@ -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 @@
.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