pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/mosh Set USE_GCC_RUNTIME=yes so building with pkgs...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fc0122ace7b3
branches:  trunk
changeset: 334388:fc0122ace7b3
user:      abs <abs%pkgsrc.org@localhost>
date:      Sun May 26 11:47:57 2019 +0000

description:
Set USE_GCC_RUNTIME=yes so building with pkgsrc gcc picks up gcc runtime

diffstat:

 net/mosh/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 756ab67b9b0f -r fc0122ace7b3 net/mosh/Makefile
--- a/net/mosh/Makefile Sun May 26 10:25:40 2019 +0000
+++ b/net/mosh/Makefile Sun May 26 11:47:57 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2018/11/21 21:46:50 leot Exp $
+# $NetBSD: Makefile,v 1.22 2019/05/26 11:47:57 abs Exp $
 
 DISTNAME=      mosh-1.3.2
 CATEGORIES=    net
@@ -12,6 +12,7 @@
 GNU_CONFIGURE= yes
 USE_TOOLS+=    perl:run pkg-config
 USE_LANGUAGES+=        c c++11
+USE_GCC_RUNTIME=yes
 
 REPLACE_PERL+= scripts/mosh.pl
 REPLACE_PERL+= src/tests/genbase64.pl



Home | Main Index | Thread Index | Old Index