pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/bittorrent Add DragonFly to the lists of OPSYS's n...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/599d5e0de285
branches:  trunk
changeset: 497921:599d5e0de285
user:      recht <recht%pkgsrc.org@localhost>
date:      Sun Aug 07 16:43:15 2005 +0000

description:
Add DragonFly to the lists of OPSYS's needing 'enable_bad_libc_workaround'.
Requested by Joerg Sonnenberger.

diffstat:

 net/bittorrent/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 858674f3dcb9 -r 599d5e0de285 net/bittorrent/Makefile
--- a/net/bittorrent/Makefile   Sun Aug 07 16:37:11 2005 +0000
+++ b/net/bittorrent/Makefile   Sun Aug 07 16:43:15 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2005/08/07 16:15:55 recht Exp $
+# $NetBSD: Makefile,v 1.31 2005/08/07 16:43:15 recht Exp $
 #
 
 .include "Makefile.common"
@@ -17,7 +17,7 @@
 
 # Enable the 'enable_bad_libc_workaround' on BSD by default.
 .if ${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "OpenBSD" \
-       || ${OPSYS} == "Darwin" 
+       || ${OPSYS} == "Darwin" || ${OPSYS} == "DragonFly"
 SUBST_SED.blibc=               -e s/%BSD_LIBC%/1/g
 .else
 SUBST_SED.blibc=               -e s/%BSD_LIBC%/0/g



Home | Main Index | Thread Index | Old Index