pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/mosh



Module Name:    pkgsrc
Committed By:   abs
Date:           Sun May 26 11:47:57 UTC 2019

Modified Files:
        pkgsrc/net/mosh: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/net/mosh/Makefile

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

Modified files:

Index: pkgsrc/net/mosh/Makefile
diff -u pkgsrc/net/mosh/Makefile:1.21 pkgsrc/net/mosh/Makefile:1.22
--- pkgsrc/net/mosh/Makefile:1.21       Wed Nov 21 21:46:50 2018
+++ pkgsrc/net/mosh/Makefile    Sun May 26 11:47:57 2019
@@ -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 @@ LICENSE=      gnu-gpl-v3
 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