pkgsrc-Bugs archive

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

pkg/56744: devel/stfl fails to build on Solaris (and potentially other platforms)



>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"



Home | Main Index | Thread Index | Old Index