summaryrefslogtreecommitdiff
path: root/devel/pango/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pango/patches/patch-ac')
-rw-r--r--devel/pango/patches/patch-ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/pango/patches/patch-ac b/devel/pango/patches/patch-ac
new file mode 100644
index 00000000000..5cae9ebeb63
--- /dev/null
+++ b/devel/pango/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.6 2002/12/22 18:06:22 jmmv Exp $
+
+--- pango/pango-utils.c.orig Wed Oct 2 01:47:51 2002
++++ pango/pango-utils.c
+@@ -666,7 +666,7 @@ pango_get_sysconf_subdirectory (void)
+
+ return result;
+ #else
+- return SYSCONFDIR "/pango";
++ return SYSCONFDIR;
+ #endif
+ }
+