ports/textproc/aspell/core/patches/patch-configure

22 lines
333 B
Text
Raw Normal View History

2023-09-18 23:08:50 +00:00
Index: configure
--- configure.orig
+++ configure
@@ -3308,7 +3308,7 @@ fi
2023-08-16 22:26:55 +00:00
if test "$pkgdatadir" = "undef"
then
- pkgdatadir=\${libdir}/aspell-0.60
+ pkgdatadir=\${libdir}/aspell
fi
2023-09-18 23:08:50 +00:00
@@ -3329,7 +3329,7 @@ fi
if test "$pkglibdir" = "undef"
then
- pkglibdir=\${libdir}/aspell-0.60
+ pkglibdir=\${libdir}/aspell
fi