diff options
author | jlaffaye <jlaffaye@FreeBSD.org> | 2011-06-21 05:19:26 +0800 |
---|---|---|
committer | jlaffaye <jlaffaye@FreeBSD.org> | 2011-06-21 05:19:26 +0800 |
commit | c507555a98700bf9f9ea107beeff32f73859243c (patch) | |
tree | 9316384b55128a84ee3e1052b7b3477883c93f7a /irc | |
parent | 83eb22bed4b97b2c70c6d255077323b3653318aa (diff) | |
download | freebsd-ports-gnome-c507555a98700bf9f9ea107beeff32f73859243c.tar.gz freebsd-ports-gnome-c507555a98700bf9f9ea107beeff32f73859243c.tar.zst freebsd-ports-gnome-c507555a98700bf9f9ea107beeff32f73859243c.zip |
Respect CC (fixes build with clang)
Approved by: bapt (mentor)
Diffstat (limited to 'irc')
-rw-r--r-- | irc/ii/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/ii/Makefile b/irc/ii/Makefile index 850c37ddb00d..f9efed7a11b8 100644 --- a/irc/ii/Makefile +++ b/irc/ii/Makefile @@ -20,6 +20,7 @@ MAN1= ii.1 PLIST_FILES= bin/ii PORTDOCS= CHANGES README FAQ PORTEXAMPLES= query.sh +MAKE_ARGS= -E CC do-install: @${INSTALL_PROGRAM} ${WRKSRC}/ii ${PREFIX}/bin |