Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/kdelibs4 Add -fpermissive to CXXFLAGS to fix build...
details: https://anonhg.NetBSD.org/pkgsrc/rev/08a3501f5039
branches: trunk
changeset: 436417:08a3501f5039
user: jmcneill <jmcneill%pkgsrc.org@localhost>
date: Sun Aug 02 12:49:08 2020 +0000
description:
Add -fpermissive to CXXFLAGS to fix build on NetBSD 9
diffstat:
x11/kdelibs4/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 2bbb5c46a66e -r 08a3501f5039 x11/kdelibs4/Makefile
--- a/x11/kdelibs4/Makefile Sun Aug 02 12:08:35 2020 +0000
+++ b/x11/kdelibs4/Makefile Sun Aug 02 12:49:08 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.117 2020/06/05 12:49:02 jperkin Exp $
+# $NetBSD: Makefile,v 1.118 2020/08/02 12:49:08 jmcneill Exp $
DISTNAME= kdelibs-4.14.38
PKGNAME= ${DISTNAME:S/-4/4-4/}
@@ -87,6 +87,7 @@
# jasper uses SIZE_MAX and friends in its headers.
CXXFLAGS+= -D__STDC_LIMIT_MACROS
+CXXFLAGS+= -fpermissive
BUILDLINK_DEPMETHOD.qt4-tools= full
.include "../../meta-pkgs/kde4/kde4.mk"
Home |
Main Index |
Thread Index |
Old Index