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: triaxx
Date: Thu Jul 13 19:34:27 UTC 2023
Modified Files:
pkgsrc/devel/gdb: Makefile
Log Message:
gdb: Do not support Apple M1
To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 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.79 pkgsrc/devel/gdb/Makefile:1.80
--- pkgsrc/devel/gdb/Makefile:1.79 Tue Dec 6 09:45:51 2022
+++ pkgsrc/devel/gdb/Makefile Thu Jul 13 19:34:27 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.79 2022/12/06 09:45:51 he Exp $
+# $NetBSD: Makefile,v 1.80 2023/07/13 19:34:27 triaxx Exp $
DISTNAME= gdb-10.1
PKGREVISION= 5
@@ -10,6 +10,8 @@ HOMEPAGE= https://www.gnu.org/software/g
COMMENT= Symbolic debugger for multiple language frontends
LICENSE= gnu-gpl-v3
+NOT_FOR_PLATFORM+= Darwin-*-aarch64
+
USE_LANGUAGES= c gnu++11
BROKEN_GETTEXT_DETECTION= yes
Home |
Main Index |
Thread Index |
Old Index