pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/magicpoint Needs a C99 compiler for c++-style...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4b39de2d67d3
branches:  trunk
changeset: 542654:4b39de2d67d3
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sat May 24 13:53:33 2008 +0000

description:
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:

 graphics/magicpoint/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 084c1241ade6 -r 4b39de2d67d3 graphics/magicpoint/Makefile
--- a/graphics/magicpoint/Makefile      Sat May 24 13:38:33 2008 +0000
+++ b/graphics/magicpoint/Makefile      Sat May 24 13:53:33 2008 +0000
@@ -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 @@
 
 GNU_CONFIGURE=         yes
 USE_IMAKE=             yes
+USE_LANGUAGES+=                c99
 USE_TOOLS+=            perl
 USE_TOOLS+=            pkg-config
 



Home | Main Index | Thread Index | Old Index