pkgsrc-Changes archive

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

CVS commit: pkgsrc/cross/mingw-w64-x86_64-crt



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Wed Jul 18 14:18:51 UTC 2018

Modified Files:
        pkgsrc/cross/mingw-w64-x86_64-crt: Makefile

Log Message:
Remove double slash in path


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/cross/mingw-w64-x86_64-crt/Makefile

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

Modified files:

Index: pkgsrc/cross/mingw-w64-x86_64-crt/Makefile
diff -u pkgsrc/cross/mingw-w64-x86_64-crt/Makefile:1.1 pkgsrc/cross/mingw-w64-x86_64-crt/Makefile:1.2
--- pkgsrc/cross/mingw-w64-x86_64-crt/Makefile:1.1      Thu Jun  7 19:19:46 2018
+++ pkgsrc/cross/mingw-w64-x86_64-crt/Makefile  Wed Jul 18 14:18:51 2018
@@ -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