diff options
Diffstat (limited to 'fonts/fontconfig/patches/patch-aa')
-rw-r--r-- | fonts/fontconfig/patches/patch-aa | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/fonts/fontconfig/patches/patch-aa b/fonts/fontconfig/patches/patch-aa index dc0d7dcf581..a0f73b67d28 100644 --- a/fonts/fontconfig/patches/patch-aa +++ b/fonts/fontconfig/patches/patch-aa @@ -1,7 +1,16 @@ -$NetBSD: patch-aa,v 1.10 2006/09/12 14:52:17 joerg Exp $ +$NetBSD: patch-aa,v 1.11 2007/08/01 16:33:39 joerg Exp $ ---- Makefile.in.orig 2006-09-10 07:04:47.000000000 +0200 +--- Makefile.in.orig 2006-12-03 00:27:34.000000000 +0100 +++ Makefile.in +@@ -258,7 +258,7 @@ sbindir = @sbindir@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ +-SUBDIRS = fontconfig fc-case fc-lang fc-glyphname fc-arch src \ ++SUBDIRS = fontconfig fc-case fc-lang fc-glyphname src \ + fc-cache fc-cat fc-list fc-match conf.d $(DOCSRC) test + + EXTRA_DIST = fontconfig.pc.in fonts.conf.in fonts.dtd \ @@ -274,10 +274,11 @@ MAINTAINERCLEANFILES = $(srcdir)/aclocal -type f -name Makefile.in -print` ChangeLog pkgconfigdir = $(libdir)/pkgconfig |