aboutsummaryrefslogtreecommitdiff
path: root/games/wolfpack
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2007-04-18 11:10:57 +0000
committerJohan van Selst <johans@FreeBSD.org>2007-04-18 11:10:57 +0000
commitc8a2cf874d358be4d85d5f74a1c42f75a2a4b857 (patch)
tree49ba81f324b830b9a35ca0e929e7a8cf06a07599 /games/wolfpack
parent74917ad0141612efe67623167cd5906f01133d5f (diff)
downloadports-c8a2cf874d358be4d85d5f74a1c42f75a2a4b857.tar.gz
ports-c8a2cf874d358be4d85d5f74a1c42f75a2a4b857.zip
Commit the correct version of the patch for building on sparc64
Notes
Notes: svn path=/head/; revision=190284
Diffstat (limited to 'games/wolfpack')
-rw-r--r--games/wolfpack/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/wolfpack/Makefile b/games/wolfpack/Makefile
index 189a65fa9716..65ab9915a71b 100644
--- a/games/wolfpack/Makefile
+++ b/games/wolfpack/Makefile
@@ -37,7 +37,7 @@ post-patch:
${REINPLACE_CMD} -e '/^econfig/,/^$$/s|/empire|/${PORTNAME}|' \
${WRKSRC}/Make.mk
.if ${ARCH} == "sparc64"
- ${REINPLACE_CMD} -e '/ucontext\.h/p; s|ucontext\.h|sys/types.h|' \
+ ${REINPLACE_CMD} -e '/ucontext\.h/ { h; s|ucontext|sys/types|; G; }' \
${WRKSRC}/src/lib/lwp/lwpint.h
.endif