Changes:
- Merge from X11R6.7.
- Various cleanups to Makefile.ams.
- Install Shell.h into include/X11 so it can be found.
- Adjusted BUILT_SOURCES and CLEANFILES to match.
- Move ObjectP.h to include/X11 so it can be found by #includes.
- Link with libSM.
WRKSRC. LIBTOOL_OVERRIDE defaults to "libtool */libtool and */*/libtool,"
meaning that, in most packages, there's no need to set it.
So: Nuke tons of LIBTOOL_OVERRIDE=${WRKSRC} and adjust a few
SHLIBTOOL_OVERRIDEs (remove ${WRKSRC} from them).
So add to ICE and SM libraries to LDFLAGS.
If there is a better way to do this, please let me know.
(This problem would probably fix itself with software using the
pkg-config system.)
hopefully the upgrade to a lower number doesn't cause problems.
Added four patches. The official libXt doesn't build without
patches. (I submitted back for review to xlibs, and will commit
later.)
Add HOMEPAGE.
Add include for pthreads support.
Fix PLIST to have real version number for library.
Added buildlink2.mk file.
of C routines (based on Xlib) used for designing user interfaces
with widgets. It also provides functions for handling events,
initializing windows, and interpreting resource files.
This is the portable version based on libXt from XFree86.
The plan is for this to become the official freedesktop.org
version. I made this portable using autotools.