From e12effce712f5057baa8f71f0dbb0d3d109be3ce Mon Sep 17 00:00:00 2001 From: is Date: Thu, 7 Jan 2010 15:22:49 +0000 Subject: The author assumes defined(__STDC__) && defined(__sun__) results in no available... this is not the case with even vaguely recent gcc on Solaris. Build fixed, Man page installation stays broken on Solaris as it is a different (and more general) problem. --- games/xpilot/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games/xpilot/Makefile') diff --git a/games/xpilot/Makefile b/games/xpilot/Makefile index 5942f3df5f8..8bb22f5a324 100644 --- a/games/xpilot/Makefile +++ b/games/xpilot/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2008/07/14 12:56:04 joerg Exp $ +# $NetBSD: Makefile,v 1.15 2010/01/07 15:22:49 is Exp $ # DISTNAME= xpilot-4.5.4 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= games x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xpilotgame/} -- cgit v1.2.3