pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/erlang make Erlang compile on netbsd-6*/shark.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/526df6c51246
branches:  trunk
changeset: 646581:526df6c51246
user:      is <is%pkgsrc.org@localhost>
date:      Wed Feb 11 15:11:48 2015 +0000

description:
make Erlang compile on netbsd-6*/shark.

diffstat:

 lang/erlang/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 94eb0708a636 -r 526df6c51246 lang/erlang/Makefile
--- a/lang/erlang/Makefile      Wed Feb 11 14:37:31 2015 +0000
+++ b/lang/erlang/Makefile      Wed Feb 11 15:11:48 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2014/05/29 23:36:42 wiz Exp $
+# $NetBSD: Makefile,v 1.63 2015/02/11 15:11:48 is Exp $
 
 DISTNAME=              otp_src_${DIST_VERSION_MAJOR}${DIST_VERSION_MINOR:D-${DIST_VERSION_MINOR}}
 PKGREVISION=           3
@@ -29,7 +29,7 @@
 .include "../../mk/bsd.prefs.mk"
 
 # have gcc without the necessary atomic ops?
-.if !empty(MACHINE_PLATFORM:MNetBSD-5.*)
+.if !empty(MACHINE_PLATFORM:MNetBSD-[56].*)
 
 # a machine without native ethread implementation?
 .if    empty(MACHINE_PLATFORM:M*i386)  &&\



Home | Main Index | Thread Index | Old Index