Hi ports --

Another C++03 piece of software.
Minimal fix attached.
Retake MAINTAINER because why not I imported this, I should be responsible for it.

OK?

~Brian

Index: Makefile
===================================================================
RCS file: /cvs/ports/games/xye/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- Makefile	26 Jul 2017 22:45:22 -0000	1.5
+++ Makefile	8 Apr 2018 00:51:59 -0000
@@ -3,9 +3,10 @@
 COMMENT =	puzzle game collecting diamonds and avoiding obstacles
 DISTNAME =	xye-0.12.2
 CATEGORIES =	games x11
-REVISION =	1
+REVISION =	2
 
 HOMEPAGE =	http://xye.sourceforge.net/
+MAINTAINER =	Brian Callahan <bcal...@openbsd.org>
 
 # zlib
 PERMIT_PACKAGE_CDROM =	Yes
@@ -20,5 +21,7 @@ LIB_DEPENDS =	devel/sdl-image \
 RUN_DEPENDS =	devel/desktop-file-utils
 
 CONFIGURE_STYLE =	gnu
+
+CXXFLAGS +=	-std=c++03
 
 .include <bsd.port.mk>

Reply via email to