pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/gdb



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Jan 27 13:56:38 UTC 2024

Modified Files:
        pkgsrc/devel/gdb: Makefile

Log Message:
(devel/gdb) +FAKE_NCURSES=yes, fixing build on NetBSD/9,10 (amd64) tks nia@


To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 pkgsrc/devel/gdb/Makefile

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

Modified files:

Index: pkgsrc/devel/gdb/Makefile
diff -u pkgsrc/devel/gdb/Makefile:1.81 pkgsrc/devel/gdb/Makefile:1.82
--- pkgsrc/devel/gdb/Makefile:1.81      Mon Aug 14 05:24:07 2023
+++ pkgsrc/devel/gdb/Makefile   Sat Jan 27 13:56:37 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.81 2023/08/14 05:24:07 wiz Exp $
+# $NetBSD: Makefile,v 1.82 2024/01/27 13:56:37 mef Exp $
 
 DISTNAME=      gdb-10.1
 PKGREVISION=   6
@@ -26,6 +26,9 @@ TEST_TARGET=                  check
 INFO_FILES=                    yes
 CONFIGURE_ENV+=                        CONFIG_LDFLAGS=${LDFLAGS:M*:Q}
 
+# wants ncurses.h
+FAKE_NCURSES=                  yes
+
 # In gdb/configure, depcomp is parsed with sed.
 SUBST_CLASSES+=                        fix-depcomp
 SUBST_STAGE.fix-depcomp+=      pre-configure



Home | Main Index | Thread Index | Old Index