summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-03-14 07:23:48 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-03-14 07:23:48 +0000
commit189664d44fa98be98e6cd6e19f1e0728f34b1d46 (patch)
tree2f4cbabd30018da835eee20f16ffa7d8f01e3afc
parentAdd Xalloca.h to the distribution to fix libXt. (diff)
Make sure we use the right include path to find our own header files. This
should unbreak libXt. Obtained from: Freedesktop CVS repo
Notes
Notes: svn path=/head/; revision=103967
-rw-r--r--x11-toolkits/libXt/Makefile2
-rw-r--r--x11-toolkits/libXt/files/patch-Makefile.in11
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
+