summaryrefslogtreecommitdiff
path: root/textproc/openvanilla-modules/files/extra-patch-Modules-SharedSource-OVCINInfo.cpp
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2012-05-11 19:27:22 +0000
committerPawel Pekala <pawel@FreeBSD.org>2012-05-11 19:27:22 +0000
commitb762b850f6f95bf785e693a8f9911012269e268e (patch)
tree9ea787749e58a706346c00a9e6c7b89c62dd9f35 /textproc/openvanilla-modules/files/extra-patch-Modules-SharedSource-OVCINInfo.cpp
parentRegister CONFLICTS with charybdis; both install files in same place (diff)
Fix build when ${OSVERSION} >= 800501
PR: ports/167663 Submitted by: Po-Chien Lin <linpc@cs.nctu.edu.tw>
Notes
Notes: svn path=/head/; revision=296448
Diffstat (limited to 'textproc/openvanilla-modules/files/extra-patch-Modules-SharedSource-OVCINInfo.cpp')
-rw-r--r--textproc/openvanilla-modules/files/extra-patch-Modules-SharedSource-OVCINInfo.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/openvanilla-modules/files/extra-patch-Modules-SharedSource-OVCINInfo.cpp b/textproc/openvanilla-modules/files/extra-patch-Modules-SharedSource-OVCINInfo.cpp
new file mode 100644
index 000000000000..aa8981d4899e
--- /dev/null
+++ b/textproc/openvanilla-modules/files/extra-patch-Modules-SharedSource-OVCINInfo.cpp
@@ -0,0 +1,11 @@
+--- Modules/SharedSource/OVCINInfo.cpp.orig 2012-05-06 21:47:52.000000000 +0800
++++ Modules/SharedSource/OVCINInfo.cpp 2012-05-06 22:02:40.000000000 +0800
+@@ -67,7 +67,7 @@
+ }
+
+ #ifndef WIN32
+- #ifdef __linux__
++ #if defined (__linux__) || defined (__FreeBSD__)
+ int CLFileSelect(const struct dirent *entry)
+ #else
+ int CLFileSelect(struct dirent *entry) \ No newline at end of file