mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
Set NOPRECIOUSMAKEVARS so bsd.port.mk doesn't pass ARCH to submakes.
PR: 204732
This commit is contained in:
parent
3f4a06358b
commit
da7b909534
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=402241
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= sdcc
|
||||
PORTVERSION= 3.5.5.2015.11.06
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= SF/sdcc/snapshot_builds/sdcc-src/ \
|
||||
http://tijl.fastmail.com/mirror/
|
||||
@ -34,7 +35,7 @@ Z80_DESC= Zilog Z80/Z180/GBZ80, Rabbit 2000/3000, Toshiba TLCS-90
|
||||
|
||||
CONFIGURE_ARGS= --disable-avr --disable-install-libbfd --disable-werror \
|
||||
--disable-st7 docdir=${DOCSDIR} sdcc_cv_c_fms_extensions=no
|
||||
CONFIGURE_ENV= ARCH=""
|
||||
NOPRECIOUSMAKEVARS= yes
|
||||
PORTDATA= *
|
||||
PORTDOCS= *
|
||||
WRKSRC= ${WRKDIR}/sdcc
|
||||
|
@ -3,6 +3,7 @@
|
||||
PORTNAME= sdcc
|
||||
PORTVERSION= 3.5.0
|
||||
DISTVERSIONPREFIX= src-
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= SF
|
||||
|
||||
@ -31,7 +32,7 @@ Z80_DESC= Zilog Z80/Z180/GBZ80, Rabbit 2000/3000, Toshiba TLCS-90
|
||||
|
||||
CONFIGURE_ARGS= --disable-avr --disable-install-libbfd --disable-werror \
|
||||
--disable-st7 docdir=${DOCSDIR} sdcc_cv_c_fms_extensions=no
|
||||
CONFIGURE_ENV= ARCH=""
|
||||
NOPRECIOUSMAKEVARS= yes
|
||||
PORTDATA= *
|
||||
PORTDOCS= *
|
||||
WRKSRC= ${WRKDIR}/sdcc-${DISTVERSION}
|
||||
|
Loading…
Reference in New Issue
Block a user