pkgsrc-Changes archive

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

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



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

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

Log Message:
Remove double slash


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/cross/mingw-w64-i686-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-i686-crt/Makefile
diff -u pkgsrc/cross/mingw-w64-i686-crt/Makefile:1.1 pkgsrc/cross/mingw-w64-i686-crt/Makefile:1.2
--- pkgsrc/cross/mingw-w64-i686-crt/Makefile:1.1        Thu Jun  7 19:32:13 2018
+++ pkgsrc/cross/mingw-w64-i686-crt/Makefile    Wed Jul 18 14:18:04 2018
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.1 2018/06/07 19:32:13 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2018/07/18 14:18:04 ryoon Exp $
 
 .include "../../cross/mingw-w64-x86_64-crt/Makefile.common"
 
 PKGNAME=               ${DISTNAME:S/mingw-w64-v/mingw-w64-i686-crt-/}
 COMMENT=               Mingw-w64 C runtime for win32 cross-development
 
-BUILD_DEPENDS+=                mingw-w64-i686-gcc-bootstrap-[0-9]*:../..//cross/mingw-w64-i686-gcc-bootstrap
+BUILD_DEPENDS+=                mingw-w64-i686-gcc-bootstrap-[0-9]*:../../cross/mingw-w64-i686-gcc-bootstrap
 
 MINGW_TARGET=          ${MINGW_W64_32_TARGET}
 CONFIGURE_ARGS+=       --enable-lib32



Home | Main Index | Thread Index | Old Index