ports/textproc/apertium/patches/patch-apertium_apertium-multiple-translations_cc

15 lines
415 B
Text

Index: apertium/apertium-multiple-translations.cc
--- apertium/apertium-multiple-translations.cc.orig
+++ apertium/apertium-multiple-translations.cc
@@ -43,6 +43,11 @@ void message(char *progname)
int main(int argc, char *argv[])
{
+ if (pledge("stdio rpath wpath cpath", NULL) == -1) {
+ cerr << "pledge" << endl;
+ exit(EXIT_FAILURE);
+ }
+
LtLocale::tryToSetLocale();
if(argc > 5 || argc <3)