pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/kde-runtime4



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Sep 28 01:16:17 UTC 2019

Modified Files:
        pkgsrc/x11/kde-runtime4: Makefile

Log Message:
(x11/kde-runtime4) Add work around CXXFLAGS (disable warning), please remove at next update, tks

+USE_LANGUAGES+=                c++
+CXXFLAGS=      -Wno-unused-but-set-variable
+CXXFLAGS+=     -Wno-implicit-fallthrough
+CXXFLAGS+=     -Wno-deprecated-declarations
+CXXFLAGS+=     -std=c++11


To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 pkgsrc/x11/kde-runtime4/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/kde-runtime4/Makefile
diff -u pkgsrc/x11/kde-runtime4/Makefile:1.102 pkgsrc/x11/kde-runtime4/Makefile:1.103
--- pkgsrc/x11/kde-runtime4/Makefile:1.102      Wed Sep 18 14:17:19 2019
+++ pkgsrc/x11/kde-runtime4/Makefile    Sat Sep 28 01:16:17 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.102 2019/09/18 14:17:19 ryoon Exp $
+# $NetBSD: Makefile,v 1.103 2019/09/28 01:16:17 mef Exp $
 
 DISTNAME=      kde-runtime-15.12.0
 PKGNAME=       ${DISTNAME:S/-1/4-1/}
@@ -23,6 +23,11 @@ DEPENDS+=    htdig>=3.2.0:../../www/htdig
 DEPENDS+=      oxygen-icons-[0-9]*:../../graphics/oxygen-icons
 
 USE_TOOLS+=            gmake
+USE_LANGUAGES+=                c++
+CXXFLAGS=      -Wno-unused-but-set-variable
+CXXFLAGS+=     -Wno-implicit-fallthrough
+CXXFLAGS+=     -Wno-deprecated-declarations
+CXXFLAGS+=     -std=c++11 
 
 CFLAGS.SunOS+= -DPORTMAP
 LDFLAGS.SunOS+=        -lsocket -lnsl



Home | Main Index | Thread Index | Old Index