diff options
Diffstat (limited to 'x11-servers/x11rdp/files/patch-buildx_sh')
-rw-r--r-- | x11-servers/x11rdp/files/patch-buildx_sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-servers/x11rdp/files/patch-buildx_sh b/x11-servers/x11rdp/files/patch-buildx_sh index 78e113a26d0d..86431acc2500 100644 --- a/x11-servers/x11rdp/files/patch-buildx_sh +++ b/x11-servers/x11rdp/files/patch-buildx_sh @@ -539,7 +539,7 @@ + --with-mesa-source=$SRCDIR/Mesa-6.5 \ + --disable-dmx \ + --enable-xprint=no \ -+ --with-fontdir=%%LOCALBASE%%/lib/X11/fonts \ ++ --with-fontdir=%%LOCALBASE%%/share/fonts \ + --with-xkb-path=%%LOCALBASE%%/share/X11/xkb + find . -name Makefile|xargs sed -i".bak" -e "s|-I%%LOCALBASE%%/include||g" if ! test $? -eq 0 |