1b41af41b8
pkglint -Wall -F -r cross xtensa-esp32-elf-gcc has been manually edited afterwards because when realigning variable assignments, pkglint only allows one long outlier line. This package has two long SITES.* lines, therefore pkglint wanted to indent the variable values much further to the right. This needs to be fixed in pkglint.
28 lines
817 B
Text
28 lines
817 B
Text
# $NetBSD: Makefile.common,v 1.4 2019/06/08 10:53:28 rillig Exp $
|
|
#
|
|
# used by cross/mingw-w64-x86_64-headers/Makefile
|
|
# used by cross/mingw-w64-i686-headers/Makefile
|
|
# used by cross/mingw-w64-i686-headers/Makefile.common
|
|
# used by cross/mingw-w64-x86_64-headers/Makefile.common
|
|
|
|
DISTNAME= mingw-w64-v6.0.0
|
|
CATEGORIES= cross
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mingw-w64/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://mingw-w64.org/
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/mingw-w64-headers
|
|
|
|
USE_GNU_CONFIGURE_HOST= no
|
|
|
|
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"
|