NetBSD Problem Report #56744

From www@netbsd.org  Sat Mar 12 19:28:59 2022
Return-Path: <www@netbsd.org>
Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits))
	(Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified))
	by mollari.NetBSD.org (Postfix) with ESMTPS id 81C5A1A9239
	for <gnats-bugs@gnats.NetBSD.org>; Sat, 12 Mar 2022 19:28:59 +0000 (UTC)
Message-Id: <20220312192813.5E4731A923A@mollari.NetBSD.org>
Date: Sat, 12 Mar 2022 19:28:13 +0000 (UTC)
From: pekdon@gmail.com
Reply-To: pekdon@gmail.com
To: gnats-bugs@NetBSD.org
Subject: devel/stfl fails to build on Solaris (and potentially other platforms)
X-Send-Pr-Version: www-1.0

>Number:         56744
>Category:       pkg
>Synopsis:       devel/stfl fails to build on Solaris (and potentially other platforms)
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Mar 12 19:30:00 +0000 2022
>Originator:     Claes Nästén
>Release:        trunk 2022-03-01
>Organization:
>Environment:
SunOS 5.10 sun4v sparc SUNW,SPARC-Enterprise-T2000

>Description:
Building devel/stfl fails during linking as it can not find the ncursesw library.
>How-To-Repeat:
Build devel/stfl on Solarish
>Fix:
--- a/devel/stfl/Makefile
+++ b/devel/stfl/Makefile
@@ -17,7 +17,7 @@ USE_CURSES=   wide

 INSTALL_MAKE_FLAGS+=   prefix=${PREFIX}

-MAKE_ENV+=     CURSES_LIB=${BUILDLINK_LDADD.curses}
+MAKE_ENV+=     CURSES_LIB=${BUILDLINK_LDFLAGS.curses}

 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../mk/curses.buildlink3.mk"

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.46 2020/01/03 16:35:01 leot Exp $
$NetBSD: gnats_config.sh,v 1.9 2014/08/02 14:16:04 spz Exp $
Copyright © 1994-2020 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.