diff options
author | sketch <sketch@pkgsrc.org> | 2004-04-13 16:39:11 +0000 |
---|---|---|
committer | sketch <sketch@pkgsrc.org> | 2004-04-13 16:39:11 +0000 |
commit | 0fca99196638949137bd7017d596ba4c66cc4eb1 (patch) | |
tree | 14c96915a0d9e0d8292ea661c2826f0adc0c9517 /textproc | |
parent | 30862dd941562b596999e31b53417f73993cd263 (diff) | |
download | pkgsrc-0fca99196638949137bd7017d596ba4c66cc4eb1.tar.gz |
compiler.mk needs to be included before we can test CC_VERSION.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/icu/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/icu/Makefile b/textproc/icu/Makefile index 89bb14376e9..2b8ef066bed 100644 --- a/textproc/icu/Makefile +++ b/textproc/icu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2004/04/06 16:36:00 jmmv Exp $ +# $NetBSD: Makefile,v 1.32 2004/04/13 16:39:11 sketch Exp $ # DISTNAME= icu-2.8 @@ -42,6 +42,8 @@ SUPPORT_FILES+= ${CONVRTRS_EG} ${PKG_SYSCONFDIR}/convrtrs.txt CONFIGURE_ARGS+= --disable-threads .endif +.include "../../mk/compiler.mk" + .if ${OPSYS} == "FreeBSD" || ${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD" PLIST_SUBST+= MH_NAME=mh-bsd-gcc .elif ${OPSYS} == "Linux" |