diff options
Diffstat (limited to 'net/unison/patches/patch-ab')
-rw-r--r-- | net/unison/patches/patch-ab | 26 |
1 files changed, 3 insertions, 23 deletions
diff --git a/net/unison/patches/patch-ab b/net/unison/patches/patch-ab index 5f22e6a3dfa..815d55c011b 100644 --- a/net/unison/patches/patch-ab +++ b/net/unison/patches/patch-ab @@ -1,6 +1,6 @@ -$NetBSD: patch-ab,v 1.3 2005/08/03 12:42:13 tonio Exp $ +$NetBSD: patch-ab,v 1.4 2005/09/27 14:46:08 tonio Exp $ ---- Makefile.OCaml.orig 2005-04-24 09:08:08.000000000 +0100 +--- Makefile.OCaml.orig 2005-06-27 19:38:25.000000000 +0200 +++ Makefile.OCaml @@ -29,6 +29,10 @@ ifeq ($(shell uname),Darwin) else @@ -13,27 +13,7 @@ $NetBSD: patch-ab,v 1.3 2005/08/03 12:42:13 tonio Exp $ 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 +249,10 @@ else endif endif |