diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-14 07:23:48 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-14 07:23:48 +0000 |
commit | 189664d44fa98be98e6cd6e19f1e0728f34b1d46 (patch) | |
tree | 2f4cbabd30018da835eee20f16ffa7d8f01e3afc /x11-toolkits | |
parent | 2f0ba56ebed175784ac9fc4423f73de07bc9419c (diff) |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/libXt/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/libXt/files/patch-Makefile.in | 11 |
2 files changed, 11 insertions, 2 deletions
diff --git a/x11-toolkits/libXt/Makefile b/x11-toolkits/libXt/Makefile index ef59eb3fad17..8149f7303c9e 100644 --- a/x11-toolkits/libXt/Makefile +++ b/x11-toolkits/libXt/Makefile @@ -29,6 +29,4 @@ CFLAGS+= -DMALLOC_0_RETURNS_NULL INSTALLS_SHLIB= yes USE_GNOME= gnomehack pkgconfig -BROKEN= "Needs fixes not to include Xalloca.h" - .include <bsd.port.mk> diff --git a/x11-toolkits/libXt/files/patch-Makefile.in b/x11-toolkits/libXt/files/patch-Makefile.in new file mode 100644 index 000000000000..0435e42196f3 --- /dev/null +++ b/x11-toolkits/libXt/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Sat Mar 13 23:21:57 2004 ++++ Makefile.in Sat Mar 13 23:22:26 2004 +@@ -163,7 +163,7 @@ + + SUBDIRS = include util + +-AM_CFLAGS = $(RENDER_CFLAGS) $(X_CFLAGS) -I$(top_srcdir)/include/X11 ++AM_CFLAGS = $(RENDER_CFLAGS) $(X_CFLAGS) -I$(top_srcdir)/include -I$(top_srcdir)/include/X11 + + lib_LTLIBRARIES = libXt.la + |