Bah. Some of the servers don't have the fonts/util/, causing failure due to
patches being shared by all the ports. So, add them to clients only and use EXTRA_PATCHES. This should be done to more patches from XFree86-4-libraries.
This commit is contained in:
parent
8d42eb9464
commit
e8881a8862
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95694
3 changed files with 4 additions and 0 deletions
|
@ -36,6 +36,10 @@ XBUILD_DIRS= lib/xtrans lib/lbxutil programs fonts/util
|
|||
XINSTALL_DIRS= programs fonts/util
|
||||
XINSTALL_MAN_DIRS= programs
|
||||
|
||||
.for pf in patch-bdftruncate.pl patch-ucs2any.pl
|
||||
EXTRA_PATCHES+= ${FILESDIR}/${pf}
|
||||
.endfor
|
||||
|
||||
# ---
|
||||
# XFree86 User Config:
|
||||
# Name Default Meaning
|
||||
|
|
Loading…
Reference in a new issue