diff options
author | marius <marius@FreeBSD.org> | 2009-09-13 02:56:36 +0800 |
---|---|---|
committer | marius <marius@FreeBSD.org> | 2009-09-13 02:56:36 +0800 |
commit | 5f0bbd169b177f0d46a464ab396760968e7b0339 (patch) | |
tree | cc03d9eda8d8ae939026b2f8fb912f03419ce3f1 /sysutils | |
parent | 926da2eaa2940dcc06f82c8bf1a85e02c9764ad2 (diff) | |
download | freebsd-ports-gnome-5f0bbd169b177f0d46a464ab396760968e7b0339.tar.gz freebsd-ports-gnome-5f0bbd169b177f0d46a464ab396760968e7b0339.tar.zst freebsd-ports-gnome-5f0bbd169b177f0d46a464ab396760968e7b0339.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)) |