libX11/libX11-0.99.3-datadir-locale-dir-fix.patch
2005-11-23 03:07:56 +00:00

14 lines
403 B
Diff

Fixes Red Hat bug #173282
--- configure.ac.datadir-locale-dir-fix 2005-11-22 12:34:53.000000000 -0500
+++ configure.ac 2005-11-22 12:35:13.000000000 -0500
@@ -306,7 +306,7 @@
# in ${libdir}
#
-X11_LOCALEDATADIR="${X11_LIBDIR}/locale"
+X11_LOCALEDATADIR="${X11_DATADIR}/locale"
X11_LOCALELIBDIR="${X11_LIBDIR}/locale/lib"
X11_LOCALEDIR="${X11_LOCALEDATADIR}"
XKEYSYMDB="${X11_DATADIR}/XKeysymDB"