diff options
author | marcus <marcus@FreeBSD.org> | 2004-02-17 08:51:31 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-02-17 08:51:31 +0800 |
commit | 9446b0748013f15e477db108a34b675777a47c05 (patch) | |
tree | 0e58dd7a4a2c053f658869099b0fd2d766ab80d0 /x11-toolkits/libXt | |
parent | 270ab3d02c209c82ec370973c79fc8ac6ea2ac3d (diff) | |
download | freebsd-ports-gnome-9446b0748013f15e477db108a34b675777a47c05.tar.gz freebsd-ports-gnome-9446b0748013f15e477db108a34b675777a47c05.tar.zst freebsd-ports-gnome-9446b0748013f15e477db108a34b675777a47c05.zip |
Mark BROKEN until the Xalloca.h problem can be fixed.
Diffstat (limited to 'x11-toolkits/libXt')
-rw-r--r-- | x11-toolkits/libXt/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/libXt/Makefile b/x11-toolkits/libXt/Makefile index 792eb43975e6..d539c60e9c42 100644 --- a/x11-toolkits/libXt/Makefile +++ b/x11-toolkits/libXt/Makefile @@ -29,4 +29,6 @@ CFLAGS+= -DMALLOC_0_RETURNS_NULL INSTALLS_SHLIB= yes USE_GNOME= gnomehack pkgconfig +BROKEN= "Needs fixes not to include Xalloca.h" + .include <bsd.port.mk> |