diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2012-12-24 13:26:08 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2012-12-24 13:26:08 +0000 |
commit | 71947ab0ef8d1dcc719393bcc10bee9efc03b666 (patch) | |
tree | b635fa51e52130de1ffab598ae5da52743261922 /devel/imake | |
parent | d406742de463cadea288dbc928493341d9cd041c (diff) |
Notes
Diffstat (limited to 'devel/imake')
-rw-r--r-- | devel/imake/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/devel/imake/Makefile b/devel/imake/Makefile index 22ef0257ac30..ba6d0ebe3235 100644 --- a/devel/imake/Makefile +++ b/devel/imake/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: imake-6 -# Date created: 18 Jun 2004 -# Whom: anholt -# +# Created by: Eric Anholt <ahnholt@FreeBSD.org> # $FreeBSD$ -# PORTNAME= imake PORTVERSION= 1.0.4 @@ -41,9 +37,7 @@ post-patch: .include <bsd.port.pre.mk> -# clang's cpp destroys whitespace, particularly hard tabs in makefiles, -# which is fatal for imake. -.if defined(CC) && ${CC} == "clang" +.if defined(CC) && ${CC:T:M*clang*} == "clang" || ${OSVERSION} >= 1000024 BUILD_DEPENDS+= ucpp:${PORTSDIR}/devel/ucpp RUN_DEPENDS+= ucpp:${PORTSDIR}/devel/ucpp CONFIGURE_ENV+= ac_cv_path_RAWCPP="ucpp -s" |