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



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun May 31 16:05:54 UTC 2020

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

Log Message:
mingw-w64-x86_64-winpthreads: remove unknown configure options

These options are only for crt, not for winpthreads.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/cross/mingw-w64-x86_64-winpthreads/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-winpthreads/Makefile
diff -u pkgsrc/cross/mingw-w64-x86_64-winpthreads/Makefile:1.1 pkgsrc/cross/mingw-w64-x86_64-winpthreads/Makefile:1.2
--- pkgsrc/cross/mingw-w64-x86_64-winpthreads/Makefile:1.1      Wed Sep 18 15:36:43 2019
+++ pkgsrc/cross/mingw-w64-x86_64-winpthreads/Makefile  Sun May 31 16:05:54 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/09/18 15:36:43 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2020/05/31 16:05:54 rillig Exp $
 
 .include "../../cross/mingw-w64-x86_64-winpthreads/Makefile.common"
 
@@ -8,8 +8,6 @@ COMMENT=                Mingw-w64 winpthreads library 
 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
-CONFIGURE_ARGS+=       --enable-lib64
 
 BUILDLINK_DEPMETHOD.mingw-w64-i686-headers=    build
 .include "../../cross/mingw-w64-x86_64-headers/buildlink3.mk"



Home | Main Index | Thread Index | Old Index