pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/kdelibs4



Module Name:    pkgsrc
Committed By:   jmcneill
Date:           Sun Aug  2 12:49:08 UTC 2020

Modified Files:
        pkgsrc/x11/kdelibs4: Makefile

Log Message:
Add -fpermissive to CXXFLAGS to fix build on NetBSD 9


To generate a diff of this commit:
cvs rdiff -u -r1.117 -r1.118 pkgsrc/x11/kdelibs4/Makefile

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

Modified files:

Index: pkgsrc/x11/kdelibs4/Makefile
diff -u pkgsrc/x11/kdelibs4/Makefile:1.117 pkgsrc/x11/kdelibs4/Makefile:1.118
--- pkgsrc/x11/kdelibs4/Makefile:1.117  Fri Jun  5 12:49:02 2020
+++ pkgsrc/x11/kdelibs4/Makefile        Sun Aug  2 12:49:08 2020
@@ -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 @@ LDFLAGS.SunOS+=               -lintl
 
 # 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