diff options
author | will <will@FreeBSD.org> | 2000-06-01 23:46:56 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-06-01 23:46:56 +0800 |
commit | 47c3e00c5c9d02a6fbf8b031f1dca12df939aac8 (patch) | |
tree | b3ed9cefd3f714e0e9d3adb7f3ddc39b36f69d20 | |
parent | d00080867f7eba7a9435ecd0db89b9ab6bbda770 (diff) | |
download | freebsd-ports-gnome-47c3e00c5c9d02a6fbf8b031f1dca12df939aac8.tar.gz freebsd-ports-gnome-47c3e00c5c9d02a6fbf8b031f1dca12df939aac8.tar.zst freebsd-ports-gnome-47c3e00c5c9d02a6fbf8b031f1dca12df939aac8.zip |
Gogo has some IA-32 assembler code, so don't try to build it on anything
other than i386 architecture.
PR: 18944
Submitted by: Alexander Langer <alex@parca.cichlids.com>
-rw-r--r-- | audio/gogo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/gogo/Makefile b/audio/gogo/Makefile index c394fee7b75b..23ca062fe381 100644 --- a/audio/gogo/Makefile +++ b/audio/gogo/Makefile @@ -29,7 +29,7 @@ MAKE_ARGS+= DONT_USE_KANJI=-DNO_KANJI MAKE_ARGS+= DONT_USE_KANJI= .endif RESTRICTED= Condition is not clear - +ONLY_FOR_ARCHS= i386 WRKSRC= ${WRKDIR}/gogo231f do-install: |