pkgsrc-Changes archive

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

CVS commit: pkgsrc/cross



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Wed Feb 15 20:49:12 UTC 2023

Modified Files:
        pkgsrc/cross/mingw-w64-i686-binutils: PLIST
        pkgsrc/cross/mingw-w64-i686-crt: Makefile
        pkgsrc/cross/mingw-w64-i686-gcc: Makefile
        pkgsrc/cross/mingw-w64-i686-gcc-bootstrap: Makefile
        pkgsrc/cross/mingw-w64-i686-gcc-winpthreads: Makefile
        pkgsrc/cross/mingw-w64-x86_64-binutils: Makefile.common PLIST distinfo
        pkgsrc/cross/mingw-w64-x86_64-crt: Makefile Makefile.common
        pkgsrc/cross/mingw-w64-x86_64-gcc: Makefile Makefile.common
        pkgsrc/cross/mingw-w64-x86_64-gcc-bootstrap: Makefile Makefile.common
        pkgsrc/cross/mingw-w64-x86_64-gcc-winpthreads: Makefile Makefile.common

Log Message:
mingw-w64*: Update to 10.0.0

* Update GCC and binutils to the latest too.
* Try to avoid "undefined reference to `__strcpy_chk'"

Changelog:
v10.0.0: 2022-04-04

Notable changes:

  * New msvcrt10, 20, 40, 70 and 71 import libraries.
  * Drop x86_64 64bit crtdll.dll
  * Updated wine imports
  * Fix intrin.h compatibility with GCC-11
  * _(v)scprintf optimization
  * optimize __ms_vsnprintf for LTO


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/cross/mingw-w64-i686-binutils/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/cross/mingw-w64-i686-crt/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/cross/mingw-w64-i686-gcc/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/cross/mingw-w64-i686-gcc-bootstrap/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/cross/mingw-w64-i686-gcc-winpthreads/Makefile
cvs rdiff -u -r1.11 -r1.12 \
    pkgsrc/cross/mingw-w64-x86_64-binutils/Makefile.common
cvs rdiff -u -r1.4 -r1.5 pkgsrc/cross/mingw-w64-x86_64-binutils/PLIST
cvs rdiff -u -r1.10 -r1.11 pkgsrc/cross/mingw-w64-x86_64-binutils/distinfo
cvs rdiff -u -r1.12 -r1.13 pkgsrc/cross/mingw-w64-x86_64-crt/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/cross/mingw-w64-x86_64-crt/Makefile.common
cvs rdiff -u -r1.11 -r1.12 pkgsrc/cross/mingw-w64-x86_64-gcc/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/cross/mingw-w64-x86_64-gcc/Makefile.common
cvs rdiff -u -r1.5 -r1.6 pkgsrc/cross/mingw-w64-x86_64-gcc-bootstrap/Makefile
cvs rdiff -u -r1.11 -r1.12 \
    pkgsrc/cross/mingw-w64-x86_64-gcc-bootstrap/Makefile.common
cvs rdiff -u -r1.7 -r1.8 \
    pkgsrc/cross/mingw-w64-x86_64-gcc-winpthreads/Makefile
cvs rdiff -u -r1.5 -r1.6 \
    pkgsrc/cross/mingw-w64-x86_64-gcc-winpthreads/Makefile.common

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-binutils/PLIST
diff -u pkgsrc/cross/mingw-w64-i686-binutils/PLIST:1.4 pkgsrc/cross/mingw-w64-i686-binutils/PLIST:1.5
--- pkgsrc/cross/mingw-w64-i686-binutils/PLIST:1.4      Sun Oct  9 02:37:02 2022
+++ pkgsrc/cross/mingw-w64-i686-binutils/PLIST  Wed Feb 15 20:49:11 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2022/10/09 02:37:02 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.5 2023/02/15 20:49:11 ryoon Exp $
 cross/i686-w64-mingw32/bin/i686-w64-mingw32-addr2line
 cross/i686-w64-mingw32/bin/i686-w64-mingw32-ar
 cross/i686-w64-mingw32/bin/i686-w64-mingw32-as
@@ -43,6 +43,7 @@ cross/i686-w64-mingw32/info/binutils.inf
 cross/i686-w64-mingw32/info/ctf-spec.info
 cross/i686-w64-mingw32/info/gprof.info
 cross/i686-w64-mingw32/info/ld.info
+cross/i686-w64-mingw32/info/sframe-spec.info
 cross/i686-w64-mingw32/lib/bfd-plugins/libdep.so
 cross/i686-w64-mingw32/man/man1/i686-w64-mingw32-addr2line.1
 cross/i686-w64-mingw32/man/man1/i686-w64-mingw32-ar.1

Index: pkgsrc/cross/mingw-w64-i686-crt/Makefile
diff -u pkgsrc/cross/mingw-w64-i686-crt/Makefile:1.8 pkgsrc/cross/mingw-w64-i686-crt/Makefile:1.9
--- pkgsrc/cross/mingw-w64-i686-crt/Makefile:1.8        Fri Oct  2 16:49:36 2020
+++ pkgsrc/cross/mingw-w64-i686-crt/Makefile    Wed Feb 15 20:49:11 2023
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2020/10/02 16:49:36 ryoon Exp $
+# $NetBSD: Makefile,v 1.9 2023/02/15 20:49:11 ryoon Exp $
 
 .include "../../cross/mingw-w64-x86_64-crt/Makefile.common"
 
 PKGNAME=               ${DISTNAME:S/mingw-w64-v/mingw-w64-i686-crt-/}
+PKGREVISION=           1
 COMMENT=               Mingw-w64 C runtime for win32 cross-development
 
 BUILD_DEPENDS+=                mingw-w64-i686-gcc-bootstrap-[0-9]*:../../cross/mingw-w64-i686-gcc-bootstrap

Index: pkgsrc/cross/mingw-w64-i686-gcc/Makefile
diff -u pkgsrc/cross/mingw-w64-i686-gcc/Makefile:1.7 pkgsrc/cross/mingw-w64-i686-gcc/Makefile:1.8
--- pkgsrc/cross/mingw-w64-i686-gcc/Makefile:1.7        Fri Oct  2 16:49:36 2020
+++ pkgsrc/cross/mingw-w64-i686-gcc/Makefile    Wed Feb 15 20:49:11 2023
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.7 2020/10/02 16:49:36 ryoon Exp $
+# $NetBSD: Makefile,v 1.8 2023/02/15 20:49:11 ryoon Exp $
 
 .include "../../cross/mingw-w64-x86_64-gcc/Makefile.common"
 
 PKGNAME=               mingw-w64-i686-${DISTNAME}
+PKGREVISION=           1
 COMMENT=               GNU C Compiler for win32 cross-development
 
 DEPENDS+=              mingw-w64-i686-binutils-[0-9]*:../../cross/mingw-w64-i686-binutils

Index: pkgsrc/cross/mingw-w64-i686-gcc-bootstrap/Makefile
diff -u pkgsrc/cross/mingw-w64-i686-gcc-bootstrap/Makefile:1.1 pkgsrc/cross/mingw-w64-i686-gcc-bootstrap/Makefile:1.2
--- pkgsrc/cross/mingw-w64-i686-gcc-bootstrap/Makefile:1.1      Thu Jun  7 19:29:24 2018
+++ pkgsrc/cross/mingw-w64-i686-gcc-bootstrap/Makefile  Wed Feb 15 20:49:11 2023
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2018/06/07 19:29:24 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2023/02/15 20:49:11 ryoon Exp $
 
 .include "../../cross/mingw-w64-x86_64-gcc-bootstrap/Makefile.common"
 
 PKGNAME=               mingw-w64-i686-${DISTNAME:S/gcc-/gcc-bootstrap-/}
+PKGREVISION=           1
 COMMENT=               GNU C Compiler for win32 cross-development (for bootstrap)
 
 DEPENDS+=              mingw-w64-i686-binutils-[0-9]*:../../cross/mingw-w64-i686-binutils

Index: pkgsrc/cross/mingw-w64-i686-gcc-winpthreads/Makefile
diff -u pkgsrc/cross/mingw-w64-i686-gcc-winpthreads/Makefile:1.3 pkgsrc/cross/mingw-w64-i686-gcc-winpthreads/Makefile:1.4
--- pkgsrc/cross/mingw-w64-i686-gcc-winpthreads/Makefile:1.3    Fri Oct  2 16:49:36 2020
+++ pkgsrc/cross/mingw-w64-i686-gcc-winpthreads/Makefile        Wed Feb 15 20:49:11 2023
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2020/10/02 16:49:36 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2023/02/15 20:49:11 ryoon Exp $
 
 .include "../../cross/mingw-w64-x86_64-gcc-winpthreads/Makefile.common"
 
 PKGNAME=               mingw-w64-i686-${DISTNAME:S/gcc-/gcc-winpthreads-/}
+PKGREVISION=           1
 COMMENT=               GNU C Compiler for win32 cross-development
 
 DEPENDS+=              mingw-w64-i686-binutils-[0-9]*:../../cross/mingw-w64-i686-binutils

Index: pkgsrc/cross/mingw-w64-x86_64-binutils/Makefile.common
diff -u pkgsrc/cross/mingw-w64-x86_64-binutils/Makefile.common:1.11 pkgsrc/cross/mingw-w64-x86_64-binutils/Makefile.common:1.12
--- pkgsrc/cross/mingw-w64-x86_64-binutils/Makefile.common:1.11 Sun Oct  9 02:37:03 2022
+++ pkgsrc/cross/mingw-w64-x86_64-binutils/Makefile.common      Wed Feb 15 20:49:11 2023
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.11 2022/10/09 02:37:03 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.12 2023/02/15 20:49:11 ryoon Exp $
 #
 # used by cross/mingw-w64-x86_64-binutils/Makefile
 # used by cross/mingw-w64-i686-binutils/Makefile
 
-DISTNAME=      binutils-2.39
+DISTNAME=      binutils-2.40
 CATEGORIES=    cross
 MASTER_SITES=  ${MASTER_SITE_GNU:=binutils/}
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/cross/mingw-w64-x86_64-binutils/PLIST
diff -u pkgsrc/cross/mingw-w64-x86_64-binutils/PLIST:1.4 pkgsrc/cross/mingw-w64-x86_64-binutils/PLIST:1.5
--- pkgsrc/cross/mingw-w64-x86_64-binutils/PLIST:1.4    Sun Oct  9 02:37:03 2022
+++ pkgsrc/cross/mingw-w64-x86_64-binutils/PLIST        Wed Feb 15 20:49:11 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2022/10/09 02:37:03 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.5 2023/02/15 20:49:11 ryoon Exp $
 cross/x86_64-w64-mingw32/bin/x86_64-w64-mingw32-addr2line
 cross/x86_64-w64-mingw32/bin/x86_64-w64-mingw32-ar
 cross/x86_64-w64-mingw32/bin/x86_64-w64-mingw32-as
@@ -25,6 +25,7 @@ cross/x86_64-w64-mingw32/info/binutils.i
 cross/x86_64-w64-mingw32/info/ctf-spec.info
 cross/x86_64-w64-mingw32/info/gprof.info
 cross/x86_64-w64-mingw32/info/ld.info
+cross/x86_64-w64-mingw32/info/sframe-spec.info
 cross/x86_64-w64-mingw32/lib/bfd-plugins/libdep.so
 cross/x86_64-w64-mingw32/man/man1/x86_64-w64-mingw32-addr2line.1
 cross/x86_64-w64-mingw32/man/man1/x86_64-w64-mingw32-ar.1

Index: pkgsrc/cross/mingw-w64-x86_64-binutils/distinfo
diff -u pkgsrc/cross/mingw-w64-x86_64-binutils/distinfo:1.10 pkgsrc/cross/mingw-w64-x86_64-binutils/distinfo:1.11
--- pkgsrc/cross/mingw-w64-x86_64-binutils/distinfo:1.10        Sun Oct  9 02:37:03 2022
+++ pkgsrc/cross/mingw-w64-x86_64-binutils/distinfo     Wed Feb 15 20:49:11 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2022/10/09 02:37:03 ryoon Exp $
+$NetBSD: distinfo,v 1.11 2023/02/15 20:49:11 ryoon Exp $
 
-BLAKE2s (binutils-2.39.tar.bz2) = 79c9e003be8c3793764b1a79ac04ce9de89425360f6e7c9573d10fe92c6149b1
-SHA512 (binutils-2.39.tar.bz2) = faa592dd48fc715901ad704ac96dbd34b1792c51e77c7a92a387964b0700703c74be07de45cc4751945c8c0674368c73dc17bbc563d1d2cd235b5ebd8c6e7efb
-Size (binutils-2.39.tar.bz2) = 36782148 bytes
+BLAKE2s (binutils-2.40.tar.bz2) = 84b64f0551b4246de84141814ce012ccbb121835e3b1235eff22bbf60300fd73
+SHA512 (binutils-2.40.tar.bz2) = 30256362945184329c994730f60d8493292547e0e5de5f49d57490d8d9b1a0a18393bf7f70934ba5061ee2001ec4cbf5f206d310df9512a7fb3625a362e358f9
+Size (binutils-2.40.tar.bz2) = 35227554 bytes

Index: pkgsrc/cross/mingw-w64-x86_64-crt/Makefile
diff -u pkgsrc/cross/mingw-w64-x86_64-crt/Makefile:1.12 pkgsrc/cross/mingw-w64-x86_64-crt/Makefile:1.13
--- pkgsrc/cross/mingw-w64-x86_64-crt/Makefile:1.12     Sun Oct  9 02:37:03 2022
+++ pkgsrc/cross/mingw-w64-x86_64-crt/Makefile  Wed Feb 15 20:49:11 2023
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.12 2022/10/09 02:37:03 ryoon Exp $
+# $NetBSD: Makefile,v 1.13 2023/02/15 20:49:11 ryoon Exp $
 
 .include "../../cross/mingw-w64-x86_64-crt/Makefile.common"
 
 PKGNAME=               ${DISTNAME:S/mingw-w64-v/mingw-w64-x86_64-crt-/}
+PKGREVISION=           1
 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

Index: pkgsrc/cross/mingw-w64-x86_64-crt/Makefile.common
diff -u pkgsrc/cross/mingw-w64-x86_64-crt/Makefile.common:1.8 pkgsrc/cross/mingw-w64-x86_64-crt/Makefile.common:1.9
--- pkgsrc/cross/mingw-w64-x86_64-crt/Makefile.common:1.8       Sun Oct  9 02:37:03 2022
+++ pkgsrc/cross/mingw-w64-x86_64-crt/Makefile.common   Wed Feb 15 20:49:11 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.8 2022/10/09 02:37:03 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.9 2023/02/15 20:49:11 ryoon Exp $
 #
 # used by cross/mingw-w64-i686-crt/Makefile
 # used by cross/mingw-w64-x86_64-crt/Makefile
@@ -21,6 +21,8 @@ WRKSRC=                       ${WRKDIR}/${DISTNAME}/mingw-w6
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            gmake perl:build
 
+PKGSRC_USE_FORTIFY=    no # Avoid "undefined reference to `__strcpy_chk'"
+
 USE_GNU_CONFIGURE_HOST=        no
 
 GNU_CONFIGURE=         yes

Index: pkgsrc/cross/mingw-w64-x86_64-gcc/Makefile
diff -u pkgsrc/cross/mingw-w64-x86_64-gcc/Makefile:1.11 pkgsrc/cross/mingw-w64-x86_64-gcc/Makefile:1.12
--- pkgsrc/cross/mingw-w64-x86_64-gcc/Makefile:1.11     Sun Oct  9 02:37:03 2022
+++ pkgsrc/cross/mingw-w64-x86_64-gcc/Makefile  Wed Feb 15 20:49:11 2023
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.11 2022/10/09 02:37:03 ryoon Exp $
+# $NetBSD: Makefile,v 1.12 2023/02/15 20:49:11 ryoon Exp $
 
 .include "../../cross/mingw-w64-x86_64-gcc/Makefile.common"
 
 PKGNAME=               mingw-w64-x86_64-${DISTNAME}
+PKGREVISION=           1
 COMMENT=               GNU C Compiler for win64 cross-development
 
 DEPENDS+=              mingw-w64-x86_64-binutils-[0-9]*:../../cross/mingw-w64-x86_64-binutils

Index: pkgsrc/cross/mingw-w64-x86_64-gcc/Makefile.common
diff -u pkgsrc/cross/mingw-w64-x86_64-gcc/Makefile.common:1.10 pkgsrc/cross/mingw-w64-x86_64-gcc/Makefile.common:1.11
--- pkgsrc/cross/mingw-w64-x86_64-gcc/Makefile.common:1.10      Sun Oct  9 02:37:03 2022
+++ pkgsrc/cross/mingw-w64-x86_64-gcc/Makefile.common   Wed Feb 15 20:49:11 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.10 2022/10/09 02:37:03 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.11 2023/02/15 20:49:11 ryoon Exp $
 #
 # used by cross/mingw-w64-i686-gcc/Makefile
 # used by cross/mingw-w64-x86_64-gcc/Makefile
@@ -17,6 +17,8 @@ DISTINFO_FILE=                ${.CURDIR}/../../cross/m
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            gmake perl:build
 
+PKGSRC_USE_FORTIFY=    no # Avoid "undefined reference to `__strcpy_chk'"
+
 GNU_CONFIGURE=         yes
 OBJDIR=                        ../build
 CONFIGURE_DIRS=                ${OBJDIR}

Index: pkgsrc/cross/mingw-w64-x86_64-gcc-bootstrap/Makefile
diff -u pkgsrc/cross/mingw-w64-x86_64-gcc-bootstrap/Makefile:1.5 pkgsrc/cross/mingw-w64-x86_64-gcc-bootstrap/Makefile:1.6
--- pkgsrc/cross/mingw-w64-x86_64-gcc-bootstrap/Makefile:1.5    Sun Oct  9 02:37:03 2022
+++ pkgsrc/cross/mingw-w64-x86_64-gcc-bootstrap/Makefile        Wed Feb 15 20:49:12 2023
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2022/10/09 02:37:03 ryoon Exp $
+# $NetBSD: Makefile,v 1.6 2023/02/15 20:49:12 ryoon Exp $
 
 .include "../../cross/mingw-w64-x86_64-gcc-bootstrap/Makefile.common"
 
 PKGNAME=               mingw-w64-x86_64-${DISTNAME:S/gcc-/gcc-bootstrap-/}
+PKGREVISION=           1
 COMMENT=               GNU C Compiler for win64 cross-development (for bootstrap)
 
 DEPENDS+=              mingw-w64-x86_64-binutils-[0-9]*:../../cross/mingw-w64-x86_64-binutils

Index: pkgsrc/cross/mingw-w64-x86_64-gcc-bootstrap/Makefile.common
diff -u pkgsrc/cross/mingw-w64-x86_64-gcc-bootstrap/Makefile.common:1.11 pkgsrc/cross/mingw-w64-x86_64-gcc-bootstrap/Makefile.common:1.12
--- pkgsrc/cross/mingw-w64-x86_64-gcc-bootstrap/Makefile.common:1.11    Sun Oct  9 02:37:03 2022
+++ pkgsrc/cross/mingw-w64-x86_64-gcc-bootstrap/Makefile.common Wed Feb 15 20:49:12 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.11 2022/10/09 02:37:03 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.12 2023/02/15 20:49:12 ryoon Exp $
 #
 # used by cross/mingw-w64-x86_64-gcc-bootstrap/Makefile
 # used by cross/mingw-w64-i686-gcc-bootstrap/Makefile
@@ -16,6 +16,8 @@ HOMEPAGE=             http://mingw-w64.org/
 PATCHDIR=              ${.CURDIR}/../../cross/mingw-w64-x86_64-gcc/patches
 DISTINFO_FILE=         ${.CURDIR}/../../cross/mingw-w64-x86_64-gcc/distinfo
 
+PKGSRC_USE_FORTIFY=    no # Avoid "undefined reference to `__strcpy_chk'"
+
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            gmake
 TOOLS_BROKEN+=         perl

Index: pkgsrc/cross/mingw-w64-x86_64-gcc-winpthreads/Makefile
diff -u pkgsrc/cross/mingw-w64-x86_64-gcc-winpthreads/Makefile:1.7 pkgsrc/cross/mingw-w64-x86_64-gcc-winpthreads/Makefile:1.8
--- pkgsrc/cross/mingw-w64-x86_64-gcc-winpthreads/Makefile:1.7  Sun Oct  9 02:37:03 2022
+++ pkgsrc/cross/mingw-w64-x86_64-gcc-winpthreads/Makefile      Wed Feb 15 20:49:12 2023
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.7 2022/10/09 02:37:03 ryoon Exp $
+# $NetBSD: Makefile,v 1.8 2023/02/15 20:49:12 ryoon Exp $
 
 .include "../../cross/mingw-w64-x86_64-gcc-winpthreads/Makefile.common"
 
 PKGNAME=               mingw-w64-x86_64-${DISTNAME:S/gcc-/gcc-winpthreads-/}
+PKGREVISION=           1
 COMMENT=               GNU C Compiler for win64 cross-development
 
 DEPENDS+=              mingw-w64-x86_64-binutils-[0-9]*:../../cross/mingw-w64-x86_64-binutils

Index: pkgsrc/cross/mingw-w64-x86_64-gcc-winpthreads/Makefile.common
diff -u pkgsrc/cross/mingw-w64-x86_64-gcc-winpthreads/Makefile.common:1.5 pkgsrc/cross/mingw-w64-x86_64-gcc-winpthreads/Makefile.common:1.6
--- pkgsrc/cross/mingw-w64-x86_64-gcc-winpthreads/Makefile.common:1.5   Sun Oct  9 02:37:03 2022
+++ pkgsrc/cross/mingw-w64-x86_64-gcc-winpthreads/Makefile.common       Wed Feb 15 20:49:12 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2022/10/09 02:37:03 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.6 2023/02/15 20:49:12 ryoon Exp $
 #
 # used by cross/mingw-w64-i686-gcc-winpthreads/Makefile
 # used by cross/mingw-w64-x86_64-gcc-winpthreads/Makefile
@@ -17,6 +17,8 @@ DISTINFO_FILE=                ${.CURDIR}/../../cross/m
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            gmake perl:build
 
+PKGSRC_USE_FORTIFY=    no # Avoid "undefined reference to `__strcpy_chk'"
+
 GNU_CONFIGURE=         yes
 OBJDIR=                        ../build
 CONFIGURE_DIRS=                ${OBJDIR}



Home | Main Index | Thread Index | Old Index