aboutsummaryrefslogtreecommitdiff
path: root/java/jc
diff options
context:
space:
mode:
Diffstat (limited to 'java/jc')
-rw-r--r--java/jc/files/patch-ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/java/jc/files/patch-ac b/java/jc/files/patch-ac
new file mode 100644
index 000000000000..d6899c1a4486
--- /dev/null
+++ b/java/jc/files/patch-ac
@@ -0,0 +1,13 @@
+--- jc-1.0.1/libjc/libjc.h.orig Wed Mar 17 16:25:39 2004
++++ jc-1.0.1/libjc/libjc.h Wed Mar 17 16:25:58 2004
+@@ -10,6 +10,10 @@
+
+ #include "config.h"
+
++/* FreeBSD hack */
++#define __XSI_VISIBLE 600
++#define __BSD_VISIBLE 1
++
+ #include <sys/types.h>
+ #include <sys/stat.h>
+ #include <sys/mman.h>