summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2012-01-13 17:02:24 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2012-01-13 17:02:24 +0000
commit65aaf90ab151a2d36b9ba2ba3d101debfaa5c845 (patch)
tree3877aca9a94b71160cd82a69d9e7590347d755f6 /lang
parent- Didn't reinstall documentation/fceux.6 as intended. (diff)
- make check safer
Notes
Notes: svn path=/head/; revision=289113
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)