libXt Buildfix

Stefan Dirsch sndirsch at suse.de
Sun Jun 19 01:24:54 PDT 2005


Hi

Attached you find a patch, which fixes the build of libXt since the
symlink to IntrinsicI.h is now made in "lib/Xt/include/X11/internal"
instead o "lib/Xt/src" before (change in symlink.sh script).

Stefan

Public Key available
------------------------------------------------------
Stefan Dirsch (Res. & Dev.)   SUSE LINUX Products GmbH
Tel: 0911-740 53 0            Maxfeldstraße 5
FAX: 0911-740 53 479          D-90409 Nürnberg
http://www.suse.de            Germany 
------------------------------------------------------
-------------- next part --------------
--- lib/Xt/src/Makefile.am.orig	2005-06-18 19:16:05.000000000 +0000
+++ lib/Xt/src/Makefile.am	2005-06-18 19:15:19.000000000 +0000
@@ -5,7 +5,7 @@
 
 AM_CFLAGS = $(XT_CFLAGS) $(X11_CFLAGS)
 
-INCLUDES = -I$(top_srcdir)/include/ -I$(top_srcdir)/include/X11
+INCLUDES = -I$(top_srcdir)/include/ -I$(top_srcdir)/include/X11 -I$(top_srcdir)/include/X11/internal
 
 nodist_libXt_la_SOURCES = StringDefs.c
 


More information about the xorg-modular mailing list