diff options
Diffstat (limited to 'textproc/icu')
-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" |