diff options
author | Johan van Selst <johans@FreeBSD.org> | 2010-10-28 18:58:04 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2010-10-28 18:58:04 +0000 |
commit | 9f8f4b1fd9784693b03557c095b51d730b960c03 (patch) | |
tree | 229ae0bde91f6b0a3c556c2b89cf706cc02b8c38 | |
parent | Update to latest gap packages release (diff) |
Pike 7.8 works fine on sparc64
PR: ports/151795
Submitted by: gahr
Notes
Notes:
svn path=/head/; revision=263703
-rw-r--r-- | lang/pike78/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/pike78/Makefile b/lang/pike78/Makefile index 0b77e54c61b9..841ba310e6ce 100644 --- a/lang/pike78/Makefile +++ b/lang/pike78/Makefile @@ -91,7 +91,7 @@ PLIST_FILES= bin/pike bin/pike78 bin/hilfe .include <bsd.port.pre.mk> -ONLY_FOR_ARCHS= i386 amd64 +ONLY_FOR_ARCHS= i386 amd64 sparc64 .ifdef(WITHOUT_RELOCATABLE_DUMPED_MODULES) CONFIGURE_ARGS+= --without-relocatable-dumped-modules |