pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/chicken Treat DragonFly the same as other BSDs.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6f47207e7040
branches:  trunk
changeset: 543937:6f47207e7040
user:      obache <obache%pkgsrc.org@localhost>
date:      Fri Jun 27 13:19:27 2008 +0000

description:
Treat DragonFly the same as other BSDs.
Patch provided by MAINTAINER Aleksej Saushev in PR 39054.

diffstat:

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

diffs (18 lines):

diff -r 43d1c9a3059c -r 6f47207e7040 lang/chicken/Makefile
--- a/lang/chicken/Makefile     Fri Jun 27 12:06:09 2008 +0000
+++ b/lang/chicken/Makefile     Fri Jun 27 13:19:27 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2008/05/12 20:31:08 degroote Exp $
+# $NetBSD: Makefile,v 1.35 2008/06/27 13:19:27 obache Exp $
 #
 
 DISTNAME=      chicken-3.2.0
@@ -24,7 +24,7 @@
 .include "../../mk/bsd.prefs.mk"
 
 # PLATFORM detection:
-.if !empty(OPSYS:M*BSD)
+.if !empty(OPSYS:M*BSD)  || ${OPSYS} == "DragonFly"
 PLATFORM=      bsd
 .elif ${OPSYS} == "Linux"
 PLATFORM=      linux



Home | Main Index | Thread Index | Old Index