pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/xplanet
Module Name: pkgsrc
Committed By: gutteridge
Date: Wed Mar 13 01:10:20 UTC 2019
Modified Files:
pkgsrc/x11/xplanet: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 pkgsrc/x11/xplanet/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/xplanet/Makefile
diff -u pkgsrc/x11/xplanet/Makefile:1.87 pkgsrc/x11/xplanet/Makefile:1.88
--- pkgsrc/x11/xplanet/Makefile:1.87 Wed Nov 14 22:22:53 2018
+++ pkgsrc/x11/xplanet/Makefile Wed Mar 13 01:10:20 2019
@@ -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}
Home |
Main Index |
Thread Index |
Old Index