pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ncurses



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Apr 21 16:01:13 UTC 2025

Modified Files:
        pkgsrc/devel/ncurses: builtin.mk

Log Message:
ncurses: remove builtin Interix support


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/devel/ncurses/builtin.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ncurses/builtin.mk
diff -u pkgsrc/devel/ncurses/builtin.mk:1.52 pkgsrc/devel/ncurses/builtin.mk:1.53
--- pkgsrc/devel/ncurses/builtin.mk:1.52        Tue May  7 10:06:11 2024
+++ pkgsrc/devel/ncurses/builtin.mk     Mon Apr 21 16:01:13 2025
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.52 2024/05/07 10:06:11 jperkin Exp $
+# $NetBSD: builtin.mk,v 1.53 2025/04/21 16:01:13 wiz Exp $
 
 BUILTIN_PKG:=  ncurses
 
@@ -84,15 +84,6 @@ BUILTIN_LIBNAME.ncurses=     ncurses
 .elif ${BUILTIN_LIB_FOUND.curses:U:tl} == yes
 BUILTIN_LIBNAME.ncurses=       curses
 .endif
-#
-# On Interix, there is a libncurses.a and a libcurses.so but strangely,
-# no libncurses.so.  We want to link against the shared library, so
-# turn "-lncurses" into "-lcurses".
-#
-.if (${OPSYS} == "Interix") && \
-    ${BUILTIN_LIB_FOUND.curses:U:tl} == yes
-BUILTIN_LIBNAME.ncurses=       curses
-.endif
 
 ###
 ### The section below only applies if we are not including this file



Home | Main Index | Thread Index | Old Index