pkgsrc/devel/pango/patches/patch-ac
jmmv 280d89bf2e Make this package install its configuration files under the examples tree
and let bsd.pkg.install.mk copy them to PKG_SYSCONFDIR.
Bump PKGREVISION to 1.

Reviewed by wiz.
2002-12-22 18:06:21 +00:00

13 lines
285 B
Text

$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
}