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-headers



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Apr 26 06:47:12 UTC 2020

Modified Files:
        pkgsrc/cross/mingw-w64-x86_64-headers: Makefile.common

Log Message:
cross/mingw-w64-x86_64-headers: remove unknown configure option

The packages using this file have multiple configure scripts, but none of
them contains the words "secure api".


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 \
    pkgsrc/cross/mingw-w64-x86_64-headers/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-x86_64-headers/Makefile.common
diff -u pkgsrc/cross/mingw-w64-x86_64-headers/Makefile.common:1.5 pkgsrc/cross/mingw-w64-x86_64-headers/Makefile.common:1.6
--- pkgsrc/cross/mingw-w64-x86_64-headers/Makefile.common:1.5   Sun Dec 29 01:08:14 2019
+++ pkgsrc/cross/mingw-w64-x86_64-headers/Makefile.common       Sun Apr 26 06:47:12 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2019/12/29 01:08:14 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.6 2020/04/26 06:47:12 rillig Exp $
 #
 # used by cross/mingw-w64-x86_64-headers/Makefile
 # used by cross/mingw-w64-i686-headers/Makefile
@@ -22,7 +22,6 @@ USE_TOOLS+=           gmake
 GNU_CONFIGURE=         yes
 GNU_CONFIGURE_PREFIX=  ${PREFIX}/cross/${MINGW_TARGET}/mingw
 CONFIGURE_ARGS+=       --enable-sdk=all
-CONFIGURE_ARGS+=       --enable-secure-api
 CONFIGURE_ARGS+=       --host=${MINGW_TARGET}
 
 .include "../../cross/mingw-w64/Makefile.common"



Home | Main Index | Thread Index | Old Index