mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
Force imake build respect ${CC}.
Noticed by: skv PR: ports/85735
This commit is contained in:
parent
94807d16c6
commit
30783c4453
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=149407
@ -22,6 +22,8 @@ PREFIX?= ${X11BASE}
|
||||
MTREE_FILE= /etc/mtree/BSD.x11-4.dist
|
||||
USE_PERL5= yes
|
||||
USE_REINPLACE= yes
|
||||
MAKE_ENV= MAKEFLAGS="CC=${CC}"
|
||||
SCRIPTS_ENV= CC=${CC}
|
||||
|
||||
.ifdef USE_IMAKE
|
||||
.error You have `USE_IMAKE' variable defined either in environment or in make(1) arguments. Please undefine and try again.
|
||||
|
4
devel/imake-4/scripts/configure
vendored
4
devel/imake-4/scripts/configure
vendored
@ -59,5 +59,5 @@ echo "#define ProjectRoot ${PREFIX}" > ${WRKDIR}/xc/config/cf/host.def
|
||||
cd ${WRKDIR}/xc
|
||||
touch config/cf/version.def
|
||||
touch config/cf/date.def
|
||||
make Makefile.boot
|
||||
make -f xmakefile VerifyOS version.def Makefiles includes
|
||||
env MAKEFLAGS="CC=${CC}" make Makefile.boot
|
||||
env MAKEFLAGS="CC=${CC}" make -f xmakefile VerifyOS version.def Makefiles includes
|
||||
|
@ -21,6 +21,8 @@ CONFLICTS= imake-4*
|
||||
PREFIX?= ${X11BASE}
|
||||
USE_PERL5= YES
|
||||
USE_REINPLACE= yes
|
||||
MAKE_ENV= MAKEFLAGS="CC=${CC}"
|
||||
SCRIPTS_ENV= CC=${CC}
|
||||
|
||||
.ifdef USE_IMAKE
|
||||
.error You have `USE_IMAKE' variable defined either in environment or in make(1) arguments. Please undefine and try again.
|
||||
|
4
devel/imake-6/scripts/configure
vendored
4
devel/imake-6/scripts/configure
vendored
@ -28,5 +28,5 @@ echo "#define ProjectRoot ${PREFIX}" > ${WRKDIR}/xc/config/cf/host.def
|
||||
cd ${WRKDIR}/xc
|
||||
touch config/cf/version.def
|
||||
touch config/cf/date.def
|
||||
make Makefile.boot
|
||||
make -f xmakefile VerifyOS version.def Makefiles includes
|
||||
env MAKEFLAGS="CC=${CC}" make Makefile.boot
|
||||
env MAKEFLAGS="CC=${CC}" make -f xmakefile VerifyOS version.def Makefiles includes
|
||||
|
Loading…
Reference in New Issue
Block a user