pkgsrc/net/unison-devel/patches/patch-ab

28 lines
511 B
Text
Raw Normal View History

2005-09-27 16:44:18 +02:00
$NetBSD: patch-ab,v 1.4 2005/09/27 14:44:18 tonio Exp $
2005-09-27 16:44:18 +02:00
--- 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
2005-09-27 16:44:18 +02:00
+ else
+ifeq ($(shell uname),NetBSD)
+ OSARCH=NetBSD
2005-09-27 16:44:18 +02:00
+ STATIC=true
+endif
endif
endif
endif
2005-09-27 16:44:18 +02:00
@@ -242,6 +247,10 @@ else
endif
endif
+ifeq ($(OSARCH), NetBSD)
+ OCAMLDOT=false
+endif
+
# Rebuild dependencies (must be invoked manually)
.PHONY: depend
depend::