SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
|
@ -0,0 +1,16 @@
|
|||
Index: apertium/apertium_interchunk.cc
|
||||
--- apertium/apertium_interchunk.cc.orig
|
||||
+++ apertium/apertium_interchunk.cc
|
||||
@@ -86,6 +86,12 @@ FILE * open_output(string const &filename)
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
+ if (pledge("stdio rpath wpath cpath", NULL) == -1)
|
||||
+ {
|
||||
+ wcerr << "pledge" << endl;
|
||||
+ exit(EXIT_FAILURE);
|
||||
+ }
|
||||
+
|
||||
LtLocale::tryToSetLocale();
|
||||
|
||||
Interchunk i;
|
Loading…
Add table
Add a link
Reference in a new issue