diff options
Diffstat (limited to 'net/unison-devel/patches/patch-ab')
-rw-r--r-- | net/unison-devel/patches/patch-ab | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/net/unison-devel/patches/patch-ab b/net/unison-devel/patches/patch-ab index fb2920356c5..8fe03892500 100644 --- a/net/unison-devel/patches/patch-ab +++ b/net/unison-devel/patches/patch-ab @@ -1,20 +1,20 @@ -$NetBSD: patch-ab,v 1.3 2005/08/03 12:45:27 tonio Exp $ +$NetBSD: patch-ab,v 1.4 2005/09/27 14:44:18 tonio Exp $ ---- Makefile.OCaml.orig 2005-07-29 17:34:34.000000000 +0200 -+++ Makefile.OCaml 2005-07-29 17:42:53.000000000 +0200 -@@ -29,6 +29,11 @@ +--- Makefile.OCaml.orig 2005-08-12 02:26:59.000000000 +0200 ++++ Makefile.OCaml +@@ -29,6 +29,11 @@ ifeq ($(shell uname),Darwin) else ifeq ($(shell uname),OpenBSD) OSARCH=OpenBSD -+else ++ else +ifeq ($(shell uname),NetBSD) + OSARCH=NetBSD -+ STATIC=true ++ STATIC=true +endif endif endif endif -@@ -242,6 +247,10 @@ +@@ -242,6 +247,10 @@ else endif endif |