pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/sc-im



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue May  7 17:17:02 UTC 2024

Modified Files:
        pkgsrc/math/sc-im: Makefile

Log Message:
sc-im: Note why this package doesn't work with netbsd curses in a comment


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/math/sc-im/Makefile

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

Modified files:

Index: pkgsrc/math/sc-im/Makefile
diff -u pkgsrc/math/sc-im/Makefile:1.46 pkgsrc/math/sc-im/Makefile:1.47
--- pkgsrc/math/sc-im/Makefile:1.46     Mon May  6 08:40:29 2024
+++ pkgsrc/math/sc-im/Makefile  Tue May  7 17:17:01 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2024/05/06 08:40:29 jperkin Exp $
+# $NetBSD: Makefile,v 1.47 2024/05/07 17:17:01 nia Exp $
 
 DISTNAME=      sc-im-0.8.3
 PKGREVISION=   3
@@ -40,6 +40,8 @@ MAKE_FLAGS+=  MANDIR=${PREFIX}/${PKGMANDI
 
 .include "options.mk"
 
+# tries to access internal cchar_t struct, incompatible with
+# NetBSD curses
 .include "../../devel/ncurses/buildlink3.mk"
 .include "../../mk/dlopen.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index