Subject: pkg/33471: editors/dasher fails to compile
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Ryo HAYASAKA <ryoh@jaist.ac.jp>
List: pkgsrc-bugs
Date: 05/12/2006 17:55:00
>Number: 33471
>Category: pkg
>Synopsis: editors/dasher fails to compile
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Fri May 12 17:55:00 +0000 2006
>Originator: Ryo HAYASAKA
>Release: NetBSD 3.99.17, pkgsrc-current
>Organization:
Japan Advanced Institute of Science and Technology (JAIST)
>Environment:
System: NetBSD bonnie.jaist.ac.jp 3.99.17 NetBSD 3.99.17 (BONNIE) #603: Mon Apr 10 12:20:47 JST 2006 ryoh@bonnie.jaist.ac.jp:/sys/arch/i386/compile/BONNIE i386
Architecture: i386
Machine: i386
>Description:
Makefile of editors/dasher should be added "USE_LANGUAGES+=c++".
>How-To-Repeat:
>Fix:
Index: Makefile
===================================================================
RCS file: /usr/cvsup/pkgsrc/editors/dasher/Makefile,v
retrieving revision 1.28
diff -d -p -u -r1.28 Makefile
--- Makefile 28 Apr 2006 13:45:10 -0000 1.28
+++ Makefile 12 May 2006 17:44:01 -0000
@@ -16,6 +16,7 @@ USE_DIRS+= gnome2-1.5
USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config
USE_PKGLOCALEDIR= yes
+USE_LANGUAGES+= c++
.include "../../mk/bsd.prefs.mk"