diff options
author | Marius Strobl <marius@FreeBSD.org> | 2009-09-13 02:56:36 +0800 |
---|---|---|
committer | Marius Strobl <marius@FreeBSD.org> | 2009-09-13 02:56:36 +0800 |
commit | a5b2af30a40094b5494749755c7e672437a60f14 (patch) | |
tree | f3864d14b23bb8010300c116e558e28719ec19b5 /sysutils | |
parent | e7ea61e845f83cc4e22bab7b9713fafc9959dbf9 (diff) | |
download | freebsd-ports-gnome-a5b2af30a40094b5494749755c7e672437a60f14.tar.gz freebsd-ports-gnome-a5b2af30a40094b5494749755c7e672437a60f14.tar.zst freebsd-ports-gnome-a5b2af30a40094b5494749755c7e672437a60f14.zip |
Hardcode a compiler specification file so CC can also be set to something
containing spaces.
Approved by: netchild
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/cdrdao/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
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 <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)) |