Age | Commit message (Collapse) | Author | Files | Lines |
|
NextEvent.c, as select() can modify it.
Add hacks.mk to build with -fno-strict-aliasing when needed; there
are quite a few warnings about this. Given this is an important
dependency, IMHO it's better to just disable it.
Bump rev.
|
|
|
|
smaller patches are nicer than larger ones. By the way, each patch should
start with a line containing an RCS Id.
|
|
- add an automake conditional to configure
- use that to build xmakestr using manual build rules. X11_CFLAGS is
honoured, but not CFLAGS as the latter is likely to contain platform
specific flags.
- use either makestr or xmakestr for building StringDefs.c, depending
on whether we are cross-compiling or not.
- pass down native compiler and flags for cross-compiliation
Supported-by: Google SoC 2007
|
|
|
|
official modular Xorg release of libXt.
This is so the xt.pc pkg-config file will have "appdefaultdir"
defined.
(I am guessing I am the only person in the pkgsrc world with this problem
since I have systems with libXt from xlibs days.)
|
|
in a man page.
|
|
|
|
of ${PREFIX}/lib/X11/app-defaults and don't place it in share/.
Bump revision.
|
|
Redirect from the individual modular libraries to the old libs or
mk/x11.buildlink3.mk.
|
|
This is the X Toolkit Intrinsics library. Xt Intrinsics is a library
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 from the modular X.org project.
|