Subject: Re: pkg/33275: gphoto2 fails to build
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Bernd Ernesti <pr200601@veego.de>
List: pkgsrc-bugs
Date: 04/23/2006 10:35:29
The following reply was made to PR pkg/33275; it has been noted by GNATS.

From: Bernd Ernesti <pr200601@veego.de>
To: gnats-bugs@netbsd.org
Cc: 
Subject: Re: pkg/33275: gphoto2 fails to build
Date: Sun, 23 Apr 2006 12:34:34 +0200

 Hmm,
 
 the problem is that the -lncurses is changed to a -lcurses by the
 buildling system.
 
 I added an
 
 USE_NCURSES=	# uses ncurses internals
 
 before the the following line in devel/cdk/buildlink3.mk and
 then the translation is not happening and the build finished.
 
 .include "../../devel/ncurses/buildlink3.mk"
 
 Bernd