pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cross Enable mingw-w64-i686-winpthreads



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1262d5a37a76
branches:  trunk
changeset: 339913:1262d5a37a76
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Wed Sep 18 15:33:37 2019 +0000

description:
Enable mingw-w64-i686-winpthreads

diffstat:

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

diffs (17 lines):

diff -r 6447c4ca9a58 -r 1262d5a37a76 cross/Makefile
--- a/cross/Makefile    Wed Sep 18 15:32:47 2019 +0000
+++ b/cross/Makefile    Wed Sep 18 15:33:37 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.84 2019/07/15 06:01:06 maya Exp $
+# $NetBSD: Makefile,v 1.85 2019/09/18 15:33:37 ryoon Exp $
 #
 
 COMMENT=       Cross-platform development utilities
@@ -49,6 +49,7 @@
 SUBDIR+=       mingw-w64-i686-gcc
 SUBDIR+=       mingw-w64-i686-gcc-bootstrap
 SUBDIR+=       mingw-w64-i686-headers
+SUBDIR+=       mingw-w64-i686-winpthreads
 SUBDIR+=       mingw-w64-x86_64-binutils
 SUBDIR+=       mingw-w64-x86_64-crt
 SUBDIR+=       mingw-w64-x86_64-gcc



Home | Main Index | Thread Index | Old Index