Sun Sep 23 08:36:44 2012 UTC ()
natdynlink conditional should match the one of ocaml
fixes make package on darwin x86_64


(tonio)
diff -r1.45 -r1.46 pkgsrc/lang/coq/Makefile

cvs diff -r1.45 -r1.46 pkgsrc/lang/coq/Makefile (expand / switch to context diff)
--- pkgsrc/lang/coq/Makefile 2012/09/15 10:05:18 1.45
+++ pkgsrc/lang/coq/Makefile 2012/09/23 08:36:43 1.46
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2012/09/15 10:05:18 obache Exp $
+# $NetBSD: Makefile,v 1.46 2012/09/23 08:36:43 tonio Exp $
 #
 
 DISTNAME=	coq-8.3pl1
@@ -30,7 +30,6 @@
 
 .if (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "x86_64")
 .  if !empty(MACHINE_PLATFORM:MLinux-*-*) || \
-      !empty(MACHINE_PLATFORM:MDarwin-*-*) || \
       !empty(MACHINE_PLATFORM:MDragonFly-*-*) || \
       !empty(MACHINE_PLATFORM:MFreeBSD-*-*) || \
       !empty(MACHINE_PLATFORM:MNetBSD-*-*)