diff options
author | sketch <sketch> | 2004-04-13 16:39:11 +0000 |
---|---|---|
committer | sketch <sketch> | 2004-04-13 16:39:11 +0000 |
commit | 84b04719268b85d32aff81d264a6c468ebafb865 (patch) | |
tree | 14c96915a0d9e0d8292ea661c2826f0adc0c9517 /textproc/icu/Makefile | |
parent | d95704243fde2a150d528f98a6e2ab7732de547c (diff) | |
download | pkgsrc-84b04719268b85d32aff81d264a6c468ebafb865.tar.gz |
compiler.mk needs to be included before we can test CC_VERSION.
Diffstat (limited to 'textproc/icu/Makefile')
-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" |