summaryrefslogtreecommitdiff
path: root/games/crack-attack
diff options
context:
space:
mode:
authordsainty <dsainty>2008-03-02 05:31:00 +0000
committerdsainty <dsainty>2008-03-02 05:31:00 +0000
commitd26e1c30b61ddfad16c3385bfa6f71c5deb65fce (patch)
tree5a68496bc15e0f12ae36b5fda23f1d390f1ab37c /games/crack-attack
parent3222446d842fc6000d59dc223f801a8762d7510f (diff)
downloadpkgsrc-d26e1c30b61ddfad16c3385bfa6f71c5deb65fce.tar.gz
The "binary relocate" support (in src/prefix.*) parses /proc/self/maps and
expects pathnames. Older NetBSD kernels don't provide the path, leading to a failure to locate the right path prefixes. Being Pkgsrc, we're not really interested in leaving these decisions to run-time anyway, so just disable this behaviour outright. Bump PKGREVISION.
Diffstat (limited to 'games/crack-attack')
-rw-r--r--games/crack-attack/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/games/crack-attack/Makefile b/games/crack-attack/Makefile
index 8f17ba3403d..414213a4d52 100644
--- a/games/crack-attack/Makefile
+++ b/games/crack-attack/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2008/01/06 21:33:12 snj Exp $
+# $NetBSD: Makefile,v 1.15 2008/03/02 05:31:00 dsainty Exp $
DISTNAME= crack-attack-1.1.14
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= games
MASTER_SITES= http://savannah.nongnu.org/download/crack-attack/
@@ -9,9 +9,10 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://savannah.nongnu.org/projects/crack-attack
COMMENT= Tetris Attack inspired game
-GNU_CONFIGURE= YES
-USE_LANGUAGES= c c++
-USE_TOOLS+= pkg-config
+GNU_CONFIGURE= YES
+CONFIGURE_ARGS+= --disable-binreloc
+USE_LANGUAGES= c c++
+USE_TOOLS+= pkg-config
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/${PKGBASE}