summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2019-03-13 01:10:20 +0000
committergutteridge <gutteridge@pkgsrc.org>2019-03-13 01:10:20 +0000
commit0730ade461cd340d49bca5a4d0d88cfdb1a53a8c (patch)
treec568c7b4795a589f6ecbd1530f85ec7e5619ba37 /x11
parentd7f8a5c5833bb48fdf5e84e1e4276e599ee376a9 (diff)
downloadpkgsrc-0730ade461cd340d49bca5a4d0d88cfdb1a53a8c.tar.gz
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 (limited to 'x11')
-rw-r--r--x11/xplanet/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xplanet/Makefile b/x11/xplanet/Makefile
index 364a64d8fa9..11224d9c80c 100644
--- a/x11/xplanet/Makefile
+++ b/x11/xplanet/Makefile
@@ -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 @@ HOMEPAGE= http://xplanet.sourceforge.net/
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}