ports/textproc/snowballstemmer/files/patch-libstemmer_symbol.map
Guido Falsi 2dcaa8bee5 textproc/snowballstemmer: New port
Stemming algorithms library for the C language provided by the
snowball project.

WWW: https://snowballstem.org/

Port structure inspired by NetBSD and OpenBSD ones.

This is a new requirement of future deskutils/calibre versions.
2021-06-25 22:43:05 +02:00

9 lines
177 B
Text

--- libstemmer/symbol.map.orig 2021-06-25 16:40:40 UTC
+++ libstemmer/symbol.map
@@ -0,0 +1,6 @@
+SB_STEMMER_0 {
+ global:
+ sb_stemmer_*;
+ local:
+ *;
+};