summaryrefslogtreecommitdiff
path: root/net/unison/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'net/unison/patches/patch-ab')
-rw-r--r--net/unison/patches/patch-ab26
1 files changed, 0 insertions, 26 deletions
diff --git a/net/unison/patches/patch-ab b/net/unison/patches/patch-ab
deleted file mode 100644
index 090fe8f48e5..00000000000
--- a/net/unison/patches/patch-ab
+++ /dev/null
@@ -1,26 +0,0 @@
-$NetBSD: patch-ab,v 1.5 2008/07/25 20:03:03 tonio Exp $
-
---- Makefile.OCaml.orig 2007-05-07 17:42:29.000000000 +0200
-+++ Makefile.OCaml
-@@ -29,6 +29,10 @@ ifeq ($(shell uname),Darwin)
- else
- ifeq ($(shell uname),OpenBSD)
- OSARCH=OpenBSD
-+else
-+ifeq ($(shell uname),NetBSD)
-+ OSARCH=NetBSD
-+endif
- endif
- endif
- endif
-@@ -261,6 +265,10 @@ else
- endif
- endif
-
-+ifeq ($(OSARCH), NetBSD)
-+ OCAMLDOT=false
-+endif
-+
- # Rebuild dependencies (must be invoked manually)
- .PHONY: depend
- depend::