diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-17 00:51:31 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-17 00:51:31 +0000 |
commit | fb13436a4cad7a9ccd755427e24a250ca6a410fd (patch) | |
tree | 9d6585776bf6d2c743a8e8c93d68a5c3892d64ae /x11-toolkits/libXt | |
parent | 985ecd193441c1901be5eca1a04a2a677dc98df9 (diff) |
Notes
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> |