diff options
author | alepulver <alepulver@FreeBSD.org> | 2007-03-23 21:35:28 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2007-03-23 21:35:28 +0800 |
commit | 23d7a47ac283778821d6b9bf14933bc840a0ff94 (patch) | |
tree | f28bf3c2a3e5430a761546adc5b24b762a896a99 /games/quake3 | |
parent | 0a28456c6084880c5fc57355145a08612984470f (diff) | |
download | freebsd-ports-gnome-23d7a47ac283778821d6b9bf14933bc840a0ff94.tar.gz freebsd-ports-gnome-23d7a47ac283778821d6b9bf14933bc840a0ff94.tar.zst freebsd-ports-gnome-23d7a47ac283778821d6b9bf14933bc840a0ff94.zip |
- Mark as ONLY_FOR_ARCHS=i386, the reason is that it doesn't run properly
(first it segfaulted, and after fixing it, the server just freezes consuming
the CPU). It was tested on an amd64, but it's very likely to happen in the
other archs too).
PR: ports/110690
Submitted by: alepulver (myself)
Approved by: "Linas Valiukas" <shirshegsm@gmail.com> (maintainer)
Diffstat (limited to 'games/quake3')
-rw-r--r-- | games/quake3/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/quake3/Makefile b/games/quake3/Makefile index 79438e899814..63f10c3bbf34 100644 --- a/games/quake3/Makefile +++ b/games/quake3/Makefile @@ -19,6 +19,8 @@ DISTNAME= ${PORTNAME}-${REALVERSION}-source MAINTAINER= shirshegsm@gmail.com COMMENT= Quake III Arena -- first person shooter (native build) +ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS_REASON= does not run properly; try games/ioquake3 USE_ZIP= yes USE_DOS2UNIX= yes USE_GMAKE= yes |