summaryrefslogtreecommitdiff
path: root/fonts/Xft2/patches
diff options
context:
space:
mode:
authorjmmv <jmmv>2002-12-16 12:08:42 +0000
committerjmmv <jmmv>2002-12-16 12:08:42 +0000
commit8d061898f018b1dc48642b494fec8e5937514b71 (patch)
tree1a8d0ea63673eee07d58453a7ab1452a2df137a3 /fonts/Xft2/patches
parent2bc185fb20aca788db782bf395a6de6828fea225 (diff)
downloadpkgsrc-8d061898f018b1dc48642b494fec8e5937514b71.tar.gz
Initial import of Xft2-2.1. Description follows:
Xft (2.0) provides a client-side font API for X applications. It uses Fontconfig to select fonts and the X protocol for rendering them. When available, Xft uses the Render extension to accelerate text drawing. When Render is not available, Xft uses the core protocol to draw client-side glyphs. This provides completely compatible support of client-side fonts for all X servers. Xft (2.0) hides most of the underlying system details so that developers can confidently use its API to access client-side fonts in any X environment. Approved by wiz.
Diffstat (limited to 'fonts/Xft2/patches')
-rw-r--r--fonts/Xft2/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/fonts/Xft2/patches/patch-aa b/fonts/Xft2/patches/patch-aa
new file mode 100644
index 00000000000..deb62b15e28
--- /dev/null
+++ b/fonts/Xft2/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2002/12/16 12:08:42 jmmv Exp $
+
+--- Makefile.in.orig Fri May 31 09:01:49 2002
++++ Makefile.in
+@@ -66,7 +66,7 @@ LIBBASE=libXft.so
+ LIBFILE=$(LIBBASE).@PACKAGE_MAJOR@.@PACKAGE_MINOR@
+ LIBMAJOR=$(LIBBASE).@PACKAGE_MAJOR@
+
+-LIBS=@LIBS@
++LIBS=@LIBS@ @LDFLAGS@
+
+ SRCS=xftcolor.c \
+ xftcore.c \