pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: font troubles lately?



On Monday 10 December 2012 11:08:49 Bernd Ernesti wrote:
> builtin is using ${X11BASE}/lib/X11/fonts/encodings so this would break
> it if it use this X11_ENCODINGSDIR definition.

So should the patch be

.if ${X11_TYPE} == "modular"
X11_ENCODINGSDIR?=     ${X11BASE}/share/fonts/X11/encodings
.else
X11_ENCODINGSDIR?=     ${X11BASE}/lib/X11/fonts/encodings
.endif

cheers
mark


Home | Main Index | Thread Index | Old Index