aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2012-01-14 01:02:24 +0800
committerdinoex <dinoex@FreeBSD.org>2012-01-14 01:02:24 +0800
commit70649447dcde24f8e640ce7f460ca6e29c9fadca (patch)
tree8bbfb6c6422c2272b2a75557aedc5b6aef98fb9e /lang
parent47f382565dee155179c3f0a122dd96eace46a1b7 (diff)
downloadfreebsd-ports-gnome-70649447dcde24f8e640ce7f460ca6e29c9fadca.tar.gz
freebsd-ports-gnome-70649447dcde24f8e640ce7f460ca6e29c9fadca.tar.zst
freebsd-ports-gnome-70649447dcde24f8e640ce7f460ca6e29c9fadca.zip
- make check safer
Diffstat (limited to 'lang')
-rw-r--r--lang/libobjc2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/libobjc2/Makefile b/lang/libobjc2/Makefile
index e27a76e8989c..5f7455fd2588 100644
--- a/lang/libobjc2/Makefile
+++ b/lang/libobjc2/Makefile
@@ -43,7 +43,7 @@ CPPFLAGS+= -DGNUSTEP
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 900000
-.if defined(CC) && ${CC:Mclang}
+.if defined(CC) && ${CC:T:Mclang}
# all done
.else
.if defined(GNUSTEP_WITH_CLANG)