Wed Jul 18 14:18:51 2018 UTC ()
Remove double slash in path


(ryoon)
diff -r1.1 -r1.2 pkgsrc/cross/mingw-w64-x86_64-crt/Makefile

cvs diff -r1.1 -r1.2 pkgsrc/cross/mingw-w64-x86_64-crt/Makefile (expand / switch to unified diff)

--- pkgsrc/cross/mingw-w64-x86_64-crt/Makefile 2018/06/07 19:19:46 1.1
+++ pkgsrc/cross/mingw-w64-x86_64-crt/Makefile 2018/07/18 14:18:51 1.2
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1# $NetBSD: Makefile,v 1.1 2018/06/07 19:19:46 ryoon Exp $ 1# $NetBSD: Makefile,v 1.2 2018/07/18 14:18:51 ryoon Exp $
2 2
3.include "../../cross/mingw-w64-x86_64-crt/Makefile.common" 3.include "../../cross/mingw-w64-x86_64-crt/Makefile.common"
4 4
5PKGNAME= ${DISTNAME:S/mingw-w64-v/mingw-w64-x86_64-crt-/} 5PKGNAME= ${DISTNAME:S/mingw-w64-v/mingw-w64-x86_64-crt-/}
6COMMENT= Mingw-w64 C runtime for win64 cross-development 6COMMENT= Mingw-w64 C runtime for win64 cross-development
7 7
8BUILD_DEPENDS+= mingw-w64-x86_64-gcc-bootstrap-[0-9]*:../..//cross/mingw-w64-x86_64-gcc-bootstrap 8BUILD_DEPENDS+= mingw-w64-x86_64-gcc-bootstrap-[0-9]*:../../cross/mingw-w64-x86_64-gcc-bootstrap
9 9
10MINGW_TARGET= ${MINGW_W64_64_TARGET} 10MINGW_TARGET= ${MINGW_W64_64_TARGET}
11CONFIGURE_ARGS+= --disable-lib32 11CONFIGURE_ARGS+= --disable-lib32
12CONFIGURE_ARGS+= --enable-lib64 12CONFIGURE_ARGS+= --enable-lib64
13 13
14.include "../../cross/mingw-w64-x86_64-headers/buildlink3.mk" 14.include "../../cross/mingw-w64-x86_64-headers/buildlink3.mk"
15.include "../../mk/bsd.pkg.mk" 15.include "../../mk/bsd.pkg.mk"