pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ddd ddd: fix SunOS builds in some recent contexts



details:   https://anonhg.NetBSD.org/pkgsrc/rev/119a18a68127
branches:  trunk
changeset: 445959:119a18a68127
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Tue Feb 02 01:33:52 2021 +0000

description:
ddd: fix SunOS builds in some recent contexts

diffstat:

 devel/ddd/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 44aa8007f6c3 -r 119a18a68127 devel/ddd/Makefile
--- a/devel/ddd/Makefile        Tue Feb 02 01:18:24 2021 +0000
+++ b/devel/ddd/Makefile        Tue Feb 02 01:33:52 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.82 2020/05/13 03:34:49 rillig Exp $
+# $NetBSD: Makefile,v 1.83 2021/02/02 01:33:52 gutteridge Exp $
 #
 
 DISTNAME=      ddd-3.3.12
@@ -23,6 +23,8 @@
 CONFIGURE_ARGS+=       --with-ncurses=no
 CONFIGURE_ENV+=                COMPFACE=${FALSE:Q}
 
+CXXFLAGS.SunOS+=       -fpermissive
+
 .include "../../mk/bsd.prefs.mk"
 
 INSTALLATION_DIRS+=    share/doc/ddd



Home | Main Index | Thread Index | Old Index