diff options
author | tnn <tnn> | 2008-05-24 13:53:33 +0000 |
---|---|---|
committer | tnn <tnn> | 2008-05-24 13:53:33 +0000 |
commit | 0c189b325dc8ccf79310ba59abd1f4d24c6ac2d0 (patch) | |
tree | e0ce912e8a673aa8c5b2e2551ae88de1e63f3b56 /graphics | |
parent | a07f7e44de648b365f32b82a5a8203a3248679cc (diff) | |
download | pkgsrc-0c189b325dc8ccf79310ba59abd1f4d24c6ac2d0.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 |