pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/meta-pkgs/kde4
Module Name: pkgsrc
Committed By: he
Date: Fri Jun 8 12:42:13 UTC 2018
Modified Files:
pkgsrc/meta-pkgs/kde4: Makefile.kde4
Log Message:
Build with -std=gnu++03 instead of -std=c++03, because one of the
files in kdelibs4 refers to alloca() and this needs to come from the
compiler. Fixes build of kdelibs4 on (at least) NetBSD/macppc 8.0.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/meta-pkgs/kde4/Makefile.kde4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/meta-pkgs/kde4/Makefile.kde4
diff -u pkgsrc/meta-pkgs/kde4/Makefile.kde4:1.25 pkgsrc/meta-pkgs/kde4/Makefile.kde4:1.26
--- pkgsrc/meta-pkgs/kde4/Makefile.kde4:1.25 Wed Jan 31 11:32:26 2018
+++ pkgsrc/meta-pkgs/kde4/Makefile.kde4 Fri Jun 8 12:42:13 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.kde4,v 1.25 2018/01/31 11:32:26 jperkin Exp $
+# $NetBSD: Makefile.kde4,v 1.26 2018/06/08 12:42:13 he Exp $
#
# This Makefile fragment is included at the top of package Makefiles for
# KDE4-distributed packages (they all share common configure and build
@@ -19,7 +19,7 @@ BUILD_DEPENDS+= automoc4>=0.9.87:../../d
TOOLS_DEPENDS.cmake= cmake>=2.8.12:../../devel/cmake
USE_TOOLS+= pkg-config perl
-USE_LANGUAGES= c c++03
+USE_LANGUAGES= c gnu++03
USE_CMAKE= yes
CMAKE_ARG_PATH= ..
CONFIGURE_DIRS= _KDE_build
Home |
Main Index |
Thread Index |
Old Index