diff options
Diffstat (limited to 'net/unison-devel/patches/patch-ab')
-rw-r--r-- | net/unison-devel/patches/patch-ab | 31 |
1 files changed, 6 insertions, 25 deletions
diff --git a/net/unison-devel/patches/patch-ab b/net/unison-devel/patches/patch-ab index 9f92a78e5e4..fb2920356c5 100644 --- a/net/unison-devel/patches/patch-ab +++ b/net/unison-devel/patches/patch-ab @@ -1,39 +1,20 @@ -$NetBSD: patch-ab,v 1.2 2005/04/24 13:06:03 adrianp Exp $ +$NetBSD: patch-ab,v 1.3 2005/08/03 12:45:27 tonio Exp $ ---- Makefile.OCaml.orig 2005-04-24 09:08:08.000000000 +0100 -+++ Makefile.OCaml -@@ -29,6 +29,10 @@ ifeq ($(shell uname),Darwin) +--- 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 @@ else ifeq ($(shell uname),OpenBSD) OSARCH=OpenBSD +else +ifeq ($(shell uname),NetBSD) + OSARCH=NetBSD ++ STATIC=true +endif endif endif endif -@@ -240,6 +244,9 @@ endif - ifeq ($(OSARCH), osx) - X11LIBDIR=/usr/X11R6/lib - endif -+ifeq ($(OSARCH), NetBSD) -+ X11LIBDIR=/usr/X11R6/lib -+endif - - # Developer-only directories - ifeq ($(shell hostname), raptor.research.att.com) -@@ -383,6 +390,9 @@ ifeq ($(STATIC), true) - ifeq ($(OSARCH), osx) - STATICLIBS+=-cclib -static - endif -+ ifeq ($(OSARCH), NetBSD) -+ STATICLIBS+=-cclib -static -+ endif - CLIBS=$(STATICLIBS) - endif - -@@ -424,6 +434,10 @@ else +@@ -242,6 +247,10 @@ endif endif |