diff options
author | tnn <tnn@pkgsrc.org> | 2008-05-24 13:53:33 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-05-24 13:53:33 +0000 |
commit | deec830a5bc4bb3dceebc94a0d03d6fcba1583a9 (patch) | |
tree | e0ce912e8a673aa8c5b2e2551ae88de1e63f3b56 /graphics | |
parent | d510667ede5aa0788fccc6d6625d5229e07e0cee (diff) | |
download | pkgsrc-deec830a5bc4bb3dceebc94a0d03d6fcba1583a9.tar.gz |
Needs a C99 compiler for c++-style comments and inline keyword.
Actual problem seems to be that the package incorrectly requests -ansi.
Noted by Peter Bex on IRC.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/magicpoint/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/magicpoint/Makefile b/graphics/magicpoint/Makefile index 42ac801a4ea..e180ac7660c 100644 --- a/graphics/magicpoint/Makefile +++ b/graphics/magicpoint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2007/12/02 00:06:13 wiz Exp $ +# $NetBSD: Makefile,v 1.61 2008/05/24 13:53:33 tnn Exp $ DISTNAME= magicpoint-1.10a PKGREVISION= 11 @@ -14,6 +14,7 @@ CONFLICTS= mgp-[0-9]* GNU_CONFIGURE= yes USE_IMAKE= yes +USE_LANGUAGES+= c99 USE_TOOLS+= perl USE_TOOLS+= pkg-config |