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: jperkin
Date: Wed Jan 31 11:32:26 UTC 2018
Modified Files:
pkgsrc/meta-pkgs/kde4: Makefile.kde4
Log Message:
kde4: Build with C++03, large parts are not C++11 clean.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 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.24 pkgsrc/meta-pkgs/kde4/Makefile.kde4:1.25
--- pkgsrc/meta-pkgs/kde4/Makefile.kde4:1.24 Thu Nov 13 10:22:48 2014
+++ pkgsrc/meta-pkgs/kde4/Makefile.kde4 Wed Jan 31 11:32:26 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.kde4,v 1.24 2014/11/13 10:22:48 markd Exp $
+# $NetBSD: Makefile.kde4,v 1.25 2018/01/31 11:32:26 jperkin 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++
+USE_LANGUAGES= c c++03
USE_CMAKE= yes
CMAKE_ARG_PATH= ..
CONFIGURE_DIRS= _KDE_build
Home |
Main Index |
Thread Index |
Old Index