summaryrefslogtreecommitdiff
path: root/databases/virtuoso
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2012-02-12 15:26:00 +0000
committerMax Khon <fjoe@FreeBSD.org>2012-02-12 15:26:00 +0000
commit9e619520519d7fedcec1614de0ef2331838c5e9b (patch)
tree0f61f5ce2ae00b3d79f6c014a24ad798ab064139 /databases/virtuoso
parent- convert to using PYTHON_SITELIBDIR (not functional change) (diff)
Add missing patch.
Notes
Notes: svn path=/head/; revision=291049
Diffstat (limited to 'databases/virtuoso')
-rw-r--r--databases/virtuoso/files/patch-libsrc-Wi-lib_file.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/virtuoso/files/patch-libsrc-Wi-lib_file.c b/databases/virtuoso/files/patch-libsrc-Wi-lib_file.c
new file mode 100644
index 000000000000..3d1702f8e6dc
--- /dev/null
+++ b/databases/virtuoso/files/patch-libsrc-Wi-lib_file.c
@@ -0,0 +1,11 @@
+--- libsrc/Wi/bif_file.c-old 2011-10-26 15:54:19.000000000 +0200
++++ libsrc/Wi/bif_file.c 2012-01-16 17:27:07.294200532 +0100
+@@ -6161,7 +6161,7 @@
+ }
+
+
+-#if defined(__APPLE__)
++#if defined(__APPLE__) || defined(__FreeBSD__)
+ #define fseeko64 fseeko
+ #define ftello64 ftello
+ #define fopen64 fopen