--- /usr/ports/editors/emacs-devel/Makefile 2016-02-08 04:16:55.000000000 +0530 +++ Makefile 2016-02-15 11:24:35.773237763 +0530 @@ -4,6 +4,7 @@ PORTNAME= emacs PORTVERSION= ${EMACS_VER} PORTEPOCH= 2 +PORTREVISION= 1 CATEGORIES= editors ipv6 MASTER_SITES= GNU_ALPHA/emacs/pretest PKGNAMESUFFIX= -devel @@ -14,7 +15,6 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_FreeBSD_9=does not build BROKEN_sparc64= fails to compile at bootstrap phase BROKEN_ia64= Emacs 24.X does not currently build on ia64 @@ -189,6 +189,12 @@ .endif .endif +.if (${OSVERSION} < 1000000) +CC= /usr/bin/clang +CPP= /usr/bin/clang-cpp +CXX= /usr/bin/clang++ +.endif + .if ${PORT_OPTIONS:MX11} INSTALLS_ICONS= yes .if !${PORT_OPTIONS:MXFT}