Hardcode a compiler specification file so CC can also be set to something

containing spaces.

Approved by:	netchild
This commit is contained in:
Marius Strobl 2009-09-12 18:56:36 +00:00
parent e7ea61e845
commit a5b2af30a4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=241288

View file

@ -57,13 +57,11 @@ CONFIGURE_ARGS+= --without-mp3-support --without-ogg-support
CONFIGURE_ARGS+= --with-pcctsbin=${LOCALBASE}/bin \
--with-pcctsinc=${LOCALBASE}/include/pccts \
--without-posix-threads --with-scglib=pkg
MAKE_ENV= CCOM=cc LANG=C
SCSILIBTARGET= ${ARCH}-freebsd-cc
.include <bsd.port.pre.mk>
CCOM!= ${BASENAME} ${CC}
MAKE_ENV= CCOM=${CCOM} LANG=C
SCSILIBTARGET= ${ARCH}-freebsd-${CCOM}
pre-everything::
.if ${PORTNAME} != "gcdmaster" && \
(!defined(WITH_TOC2MP3) || !defined(WITHOUT_MP3OGG))