summaryrefslogtreecommitdiff
path: root/net/unison248/files/patch-Makefile.OCaml
diff options
context:
space:
mode:
Diffstat (limited to 'net/unison248/files/patch-Makefile.OCaml')
-rw-r--r--net/unison248/files/patch-Makefile.OCaml15
1 files changed, 12 insertions, 3 deletions
diff --git a/net/unison248/files/patch-Makefile.OCaml b/net/unison248/files/patch-Makefile.OCaml
index 3e91ae298763..73ff7ac83133 100644
--- a/net/unison248/files/patch-Makefile.OCaml
+++ b/net/unison248/files/patch-Makefile.OCaml
@@ -1,6 +1,6 @@
---- Makefile.OCaml.orig 2017-03-23 16:39:49 UTC
+--- Makefile.OCaml.orig 2017-12-18 12:23:54 UTC
+++ Makefile.OCaml
-@@ -32,7 +32,11 @@ ifeq ($(shell uname),OpenBSD)
+@@ -32,7 +32,11 @@ ifeq ($(shell uname),NetBSD)
else
ifeq ($(shell uname),NetBSD)
OSARCH=NetBSD
@@ -12,7 +12,16 @@
ifeq ($(shell uname),Linux)
OSARCH=Linux
endif
-@@ -311,6 +315,10 @@ ifeq ($(OSARCH),Linux)
+@@ -240,7 +244,7 @@ OCAMLLIBS+=unix.cma str.cma bigarray.cma
+ # File extensions will be substituted for the native code version
+ OCAMLLIBS+=unix.cma str.cma bigarray.cma
+
+-COBJS+=osxsupport$(OBJ_EXT) pty$(OBJ_EXT) bytearray_stubs$(OBJ_EXT)
++COBJS+=osxsupport$(OBJ_EXT) pty$(OBJ_EXT) bytearray_stubs$(OBJ_EXT) hash_compat$(OBJ_EXT)
+
+ ########################################################################
+ ### User Interface setup
+@@ -311,6 +315,10 @@ endif
-include fsmonitor/linux/Makefile src/fsmonitor/linux/Makefile
endif