summaryrefslogtreecommitdiff
path: root/databases/sqlrelay/files/patch-undeclared-umask
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2013-06-07 11:59:11 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2013-06-07 11:59:11 +0000
commitf914cb767331d25796a89e973b0f61a8e72f7ae2 (patch)
tree07ea9c54c8e1f13ad695c78997bf13339d9c4e68 /databases/sqlrelay/files/patch-undeclared-umask
parent- fix PORT_OPTIONS s/)/}/ (diff)
- Fix build compile errors
- Remove BROKEN Approved by: culot / jpaetzel (mentors, implicit)
Notes
Notes: svn path=/head/; revision=320195
Diffstat (limited to 'databases/sqlrelay/files/patch-undeclared-umask')
-rw-r--r--databases/sqlrelay/files/patch-undeclared-umask12
1 files changed, 12 insertions, 0 deletions
diff --git a/databases/sqlrelay/files/patch-undeclared-umask b/databases/sqlrelay/files/patch-undeclared-umask
new file mode 100644
index 000000000000..1ce1787ee7fa
--- /dev/null
+++ b/databases/sqlrelay/files/patch-undeclared-umask
@@ -0,0 +1,12 @@
+diff --git src/util/debugfile.C src/util/debugfile.C
+index 12237ee..965edf7 100644
+--- src/util/debugfile.C
++++ src/util/debugfile.C
+@@ -5,6 +5,7 @@
+ #include <rudiments/stringbuffer.h>
+ #include <rudiments/process.h>
+ #include <config.h>
++#include <sys/stat.h>
+
+ debugfile::debugfile() {
+ dbgfile=NULL;