From a5b2af30a40094b5494749755c7e672437a60f14 Mon Sep 17 00:00:00 2001 From: Marius Strobl Date: Sat, 12 Sep 2009 18:56:36 +0000 Subject: Hardcode a compiler specification file so CC can also be set to something containing spaces. Approved by: netchild --- sysutils/cdrdao/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'sysutils/cdrdao') diff --git a/sysutils/cdrdao/Makefile b/sysutils/cdrdao/Makefile index 005c3082f45b..ee775fec09c4 100644 --- a/sysutils/cdrdao/Makefile +++ b/sysutils/cdrdao/Makefile @@ -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 -CCOM!= ${BASENAME} ${CC} -MAKE_ENV= CCOM=${CCOM} LANG=C -SCSILIBTARGET= ${ARCH}-freebsd-${CCOM} - pre-everything:: .if ${PORTNAME} != "gcdmaster" && \ (!defined(WITH_TOC2MP3) || !defined(WITHOUT_MP3OGG)) -- cgit v1.2.3