Hardcode a compiler specification file so CC can also be set to something
containing spaces. Approved by: netchild
This commit is contained in:
parent
e7ea61e845
commit
a5b2af30a4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=241288
1 changed files with 2 additions and 4 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue