diff options
Diffstat (limited to 'devel/pango/patches/patch-aa')
-rw-r--r-- | devel/pango/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/pango/patches/patch-aa b/devel/pango/patches/patch-aa new file mode 100644 index 00000000000..59555ce4c51 --- /dev/null +++ b/devel/pango/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.6 2002/12/22 18:06:21 jmmv Exp $ + +--- examples/Makefile.in.orig Sun Oct 13 18:50:53 2002 ++++ examples/Makefile.in +@@ -116,7 +116,7 @@ XFT_LIBS = @XFT_LIBS@ + YACC = @YACC@ + ms_librarian = @ms_librarian@ + +-aliasdir = $(sysconfdir)/pango ++aliasdir = $(datadir)/examples/@PACKAGE@ + + INCLUDES = -DG_DISABLE_DEPRECATED -I$(top_srcdir) $(QT_INCLUDES) $(GLIB_CFLAGS) $(FREETYPE_CFLAGS) + |