summaryrefslogtreecommitdiff
path: root/games/craft/Makefile
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2015-06-25 06:22:11 +0000
committerdholland <dholland@pkgsrc.org>2015-06-25 06:22:11 +0000
commit2afb8ae6dbe3f0983b2a763154e4bb1c3db9dba2 (patch)
tree7df7eb73b287c217c9911a720ed4cdfdde02e0b7 /games/craft/Makefile
parent2304215e33648abed283f268acd9252fa924bd2a (diff)
downloadpkgsrc-2afb8ae6dbe3f0983b2a763154e4bb1c3db9dba2.tar.gz
Cast argument of sqrt to double to placate Solaris compiler.
Also while here remove one article of pkglint.
Diffstat (limited to 'games/craft/Makefile')
-rw-r--r--games/craft/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/craft/Makefile b/games/craft/Makefile
index baf0eb43e20..3127c215822 100644
--- a/games/craft/Makefile
+++ b/games/craft/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2014/09/13 07:30:15 dholland Exp $
+# $NetBSD: Makefile,v 1.33 2015/06/25 06:22:11 dholland Exp $
DISTNAME= craftcc35
PKGNAME= craft-3.5
@@ -7,8 +7,8 @@ CATEGORIES= games x11
MASTER_SITES= http://ibiblio.org/pub/linux/games/strategy/
EXTRACT_SUFX= .tar.Z
-PATCHFILES= craft-jumbo-patch-20140913.gz
PATCH_SITES= http://www.NetBSD.org/~dholland/patchkits/craft/
+PATCHFILES= craft-jumbo-patch-20140913.gz
PATCH_DIST_STRIP= -p1
MAINTAINER= pkgsrc-users@NetBSD.org