pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/xplanet xplanet: revise requirement to C++11 for a...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0f8e03a7345d
branches: trunk
changeset: 393124:0f8e03a7345d
user: gutteridge <gutteridge%pkgsrc.org@localhost>
date: Wed Mar 13 01:10:20 2019 +0000
description:
xplanet: revise requirement to C++11 for a build fix
On recent Linux distributions, e.g. Fedora, it was failing to build
because of function visibility changes. Tested with Fedora 29, also
with NetBSD 8.0 and Debian Jessie, no regressions with the latter two.
diffstat:
x11/xplanet/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 2d5ac1c55d08 -r 0f8e03a7345d x11/xplanet/Makefile
--- a/x11/xplanet/Makefile Tue Mar 12 23:58:50 2019 +0000
+++ b/x11/xplanet/Makefile Wed Mar 13 01:10:20 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.87 2018/11/14 22:22:53 kleink Exp $
+# $NetBSD: Makefile,v 1.88 2019/03/13 01:10:20 gutteridge Exp $
DISTNAME= xplanet-1.3.0
PKGREVISION= 5
@@ -10,7 +10,7 @@
COMMENT= Rotating rendered map of the Earth in X11 root window
LICENSE= gnu-gpl-v2
-USE_LANGUAGES= c c++03
+USE_LANGUAGES= c c++11
USE_TOOLS+= gmake pkg-config
GNU_CONFIGURE= yes
CONFIGURE_ENV+= PERL=${_ENV_PERL:Q}
Home |
Main Index |
Thread Index |
Old Index