pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/exiv2 require g++-3.3 to make it build on 1.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6059c9be9281
branches:  trunk
changeset: 490135:6059c9be9281
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Thu Mar 03 15:50:13 2005 +0000

description:
require g++-3.3 to make it build on 1.6
(should fix bulk build)

diffstat:

 graphics/exiv2/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 578ef0f2caa2 -r 6059c9be9281 graphics/exiv2/Makefile
--- a/graphics/exiv2/Makefile   Thu Mar 03 15:42:37 2005 +0000
+++ b/graphics/exiv2/Makefile   Thu Mar 03 15:50:13 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/02/25 19:05:30 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2005/03/03 15:50:13 drochner Exp $
 #
 
 DISTNAME=              exiv2-0.6.1
@@ -10,6 +10,8 @@
 COMMENT=               Image metadata manipulation
 
 USE_BUILDLINK3=                yes
+USE_LANGUAGES=         c c++
+GCC_REQD=              3.3
 USE_PKGLOCALEDIR=      yes
 GNU_CONFIGURE=         yes
 USE_GNU_TOOLS+=                make



Home | Main Index | Thread Index | Old Index