diff options
Diffstat (limited to 'sys-devel/autogen/files/autogen-5.10.1-chmod.patch')
-rw-r--r-- | sys-devel/autogen/files/autogen-5.10.1-chmod.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sys-devel/autogen/files/autogen-5.10.1-chmod.patch b/sys-devel/autogen/files/autogen-5.10.1-chmod.patch new file mode 100644 index 000000000000..1dc2878d7214 --- /dev/null +++ b/sys-devel/autogen/files/autogen-5.10.1-chmod.patch @@ -0,0 +1,13 @@ +=== modified file 'agen5/tpProcess.c' +--- agen5/tpProcess.c 2010-04-21 18:55:14 +0000 ++++ agen5/tpProcess.c 2010-04-21 18:55:48 +0000 +@@ -318,7 +318,7 @@ + char const * pzOutFile = NULL; + + if (strcmp( pOutSpec->zSuffix, "null" ) == 0) { +- static int const flags = FPF_NOUNLINK; ++ static int const flags = FPF_NOUNLINK | FPF_NOCHMOD; + null_open: + open_output_file(zDevNull, sizeof(zDevNull)-1, write_mode, flags); + return; + |