diff options
Diffstat (limited to 'textproc/gspell/files/patch-configure')
-rw-r--r-- | textproc/gspell/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/gspell/files/patch-configure b/textproc/gspell/files/patch-configure new file mode 100644 index 000000000000..db67451582ef --- /dev/null +++ b/textproc/gspell/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2015-09-30 18:57:09 UTC ++++ configure +@@ -4288,7 +4288,7 @@ fi + if test "${with_pkgconfigdir+set}" = set; then : + withval=$with_pkgconfigdir; + else +- with_pkgconfigdir='${libdir}/pkgconfig' ++ with_pkgconfigdir='${prefix}/libdata/pkgconfig' + fi + + pkgconfigdir=$with_pkgconfigdir |