diff options
author | salo <salo@pkgsrc.org> | 2004-07-28 16:04:21 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2004-07-28 16:04:21 +0000 |
commit | 03dbfe08867f4f4a2c954a60f60e6130789718a1 (patch) | |
tree | e641dd2b1b9d0aa2ebe8c524fcfaa3613d992eed /lang/clisp | |
parent | 3a86dad0b80f4d6b38dc52093e8447fe21bb4433 (diff) | |
download | pkgsrc-03dbfe08867f4f4a2c954a60f60e6130789718a1.tar.gz |
Include libiconv's buildlink3.mk file, since gettext doesn't include it for
us automagically anymore.
Fixes compilation on 1.6-ish systems, should fix PR pkg/26460 by <bad>.
Diffstat (limited to 'lang/clisp')
-rw-r--r-- | lang/clisp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile index 9fece5aa63d..797be992609 100644 --- a/lang/clisp/Makefile +++ b/lang/clisp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2004/05/18 11:46:53 uebayasi Exp $ +# $NetBSD: Makefile,v 1.36 2004/07/28 16:04:21 salo Exp $ DISTNAME= clisp-2.33 CATEGORIES= lang @@ -40,6 +40,7 @@ pre-build: cd ${WRKSRC}/avcall && ${MAKE} cd ${WRKSRC}/callback && ${MAKE} +.include "../../converters/libiconv/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/readline/buildlink3.mk" |