pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/coq natdynlink is supported on darwin



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1b5374405f67
branches:  trunk
changeset: 626146:1b5374405f67
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Sat Nov 02 17:57:17 2013 +0000

description:
natdynlink is supported on darwin

diffstat:

 lang/coq/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 0532106b8ee3 -r 1b5374405f67 lang/coq/Makefile
--- a/lang/coq/Makefile Sat Nov 02 17:29:43 2013 +0000
+++ b/lang/coq/Makefile Sat Nov 02 17:57:17 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.69 2013/10/30 00:21:49 minskim Exp $
+# $NetBSD: Makefile,v 1.70 2013/11/02 17:57:17 tonio Exp $
 #
 
 DISTNAME=      coq-8.4pl2
@@ -38,6 +38,7 @@
 .  if !empty(MACHINE_PLATFORM:MLinux-*-*) || \
       !empty(MACHINE_PLATFORM:MDragonFly-*-*) || \
       !empty(MACHINE_PLATFORM:MFreeBSD-*-*) || \
+      !empty(MACHINE_PLATFORM:MDarwin-*-*) || \
       !empty(MACHINE_PLATFORM:MNetBSD-*-*)
 PLIST.natdynlink=      yes
 .  endif



Home | Main Index | Thread Index | Old Index