diff options
author | cracauer <cracauer@FreeBSD.org> | 1999-11-03 23:29:26 +0800 |
---|---|---|
committer | cracauer <cracauer@FreeBSD.org> | 1999-11-03 23:29:26 +0800 |
commit | 7fbbb31b209ad544c1c33d6a874d0ee96af4f860 (patch) | |
tree | 3cb17b932bc40807e18f9e4094408753bfe045c1 /graphics/linux_mesa | |
parent | 7e94d0f16ebe5628a23f4cc580cf3522e88260e0 (diff) | |
download | freebsd-ports-gnome-7fbbb31b209ad544c1c33d6a874d0ee96af4f860.tar.gz freebsd-ports-gnome-7fbbb31b209ad544c1c33d6a874d0ee96af4f860.tar.zst freebsd-ports-gnome-7fbbb31b209ad544c1c33d6a874d0ee96af4f860.zip |
Mark it broken with a short explanation.
Linux crosscompilation on FreeBSD ELF mixes libraries from Linux and
FreeBSD environments, "behind the back" of the compiler running as
Linux binary (due to automatic double lookup in /compat/linux/usr/lib
and /usr/lib). I sent longer explanations to freebsd-emulation.
Diffstat (limited to 'graphics/linux_mesa')
-rw-r--r-- | graphics/linux_mesa/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/linux_mesa/Makefile b/graphics/linux_mesa/Makefile index 7a5f4601b760..34cdcf1d4ee9 100644 --- a/graphics/linux_mesa/Makefile +++ b/graphics/linux_mesa/Makefile @@ -16,6 +16,7 @@ MAINTAINER= cracauer@cons.org BUILD_DEPENDS= /compat/linux/usr/lib/libglide2x.so:${PORTSDIR}/emulators/linux_glide \ /compat/linux/usr/bin/gcc:${PORTSDIR}/devel/linux_devtools +BROKEN= linux crosscompilation needs to be fixed first ONLY_FOR_ARCHS= i386 ALL_TARGET= linux-glide |