Subject: CVS commit: pkgsrc/x11/libX11/patches
To: None <pkgsrc-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: pkgsrc-changes
Date: 08/01/2007 16:48:42
Module Name: pkgsrc
Committed By: joerg
Date: Wed Aug 1 16:48:42 UTC 2007
Added Files:
pkgsrc/x11/libX11/patches: patch-aa patch-ac patch-ad patch-ae patch-af
patch-ag
Log Message:
Teach libX11 about cross-compilation:
- define an automake conditional for cross-compilation
- build xmakekeys in addition to makekeys when using
cross-compilation. Provide manual compiliation rules to replace
the default automake rules. We do use X11_CFLAGS, but we do *not*
want CFLAGS as the latter can contain platform specific flags like
-mieee on Alpha.
- Use either xmakekeys or makekeys depending on whether this is a native
build or not.
Supported-by: Google SoC 2007
To generate a diff of this commit:
cvs rdiff -r0 -r1.3 pkgsrc/x11/libX11/patches/patch-aa
cvs rdiff -r0 -r1.1 pkgsrc/x11/libX11/patches/patch-ac \
pkgsrc/x11/libX11/patches/patch-ad pkgsrc/x11/libX11/patches/patch-ae \
pkgsrc/x11/libX11/patches/patch-af pkgsrc/x11/libX11/patches/patch-ag
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.