pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/parallel/mpi-ch DragonFly build fix: treat DragonFly t...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8b84e4e5ccf6
branches: trunk
changeset: 569167:8b84e4e5ccf6
user: asau <asau%pkgsrc.org@localhost>
date: Tue Jan 12 20:42:16 2010 +0000
description:
DragonFly build fix: treat DragonFly the same way as FreeBSD.
Catched by bulk builds, tested by Stathis Kamperis.
diffstat:
parallel/mpi-ch/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r e480fd990040 -r 8b84e4e5ccf6 parallel/mpi-ch/Makefile
--- a/parallel/mpi-ch/Makefile Tue Jan 12 14:19:55 2010 +0000
+++ b/parallel/mpi-ch/Makefile Tue Jan 12 20:42:16 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2009/12/13 18:38:10 asau Exp $
+# $NetBSD: Makefile,v 1.61 2010/01/12 20:42:16 asau Exp $
DISTNAME= mpich2-1.2.1
CATEGORIES= parallel
@@ -67,7 +67,7 @@
.include "../../mk/bsd.prefs.mk"
# FreeBSD 6 hack:
-.if $(OPSYS) == "FreeBSD"
+.if $(OPSYS) == "FreeBSD" || $(OPSYS) == "DragonFly"
BUILDLINK_TRANSFORM+= rm:-lrt
.endif
Home |
Main Index |
Thread Index |
Old Index