1
0
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:
Dejan Lesjak 2005-11-25 12:10:56 +00:00
parent 94807d16c6
commit 30783c4453
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=149407
4 changed files with 8 additions and 4 deletions

View File

@ -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.

View File

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

View File

@ -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.

View File

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