pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cross/mingw-w64-x86_64-crt Remove double slash in path



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b5af1b4b042b
branches:  trunk
changeset: 382936:b5af1b4b042b
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Wed Jul 18 14:18:51 2018 +0000

description:
Remove double slash in path

diffstat:

 cross/mingw-w64-x86_64-crt/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r e65c1c044681 -r b5af1b4b042b cross/mingw-w64-x86_64-crt/Makefile
--- a/cross/mingw-w64-x86_64-crt/Makefile       Wed Jul 18 14:18:04 2018 +0000
+++ b/cross/mingw-w64-x86_64-crt/Makefile       Wed Jul 18 14:18:51 2018 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.1 2018/06/07 19:19:46 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2018/07/18 14:18:51 ryoon Exp $
 
 .include "../../cross/mingw-w64-x86_64-crt/Makefile.common"
 
 PKGNAME=               ${DISTNAME:S/mingw-w64-v/mingw-w64-x86_64-crt-/}
 COMMENT=               Mingw-w64 C runtime for win64 cross-development
 
-BUILD_DEPENDS+=                mingw-w64-x86_64-gcc-bootstrap-[0-9]*:../..//cross/mingw-w64-x86_64-gcc-bootstrap
+BUILD_DEPENDS+=                mingw-w64-x86_64-gcc-bootstrap-[0-9]*:../../cross/mingw-w64-x86_64-gcc-bootstrap
 
 MINGW_TARGET=          ${MINGW_W64_64_TARGET}
 CONFIGURE_ARGS+=       --disable-lib32



Home | Main Index | Thread Index | Old Index