summaryrefslogtreecommitdiff
path: root/net/bittorrent
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2005-08-07 16:43:15 +0000
committerrecht <recht@pkgsrc.org>2005-08-07 16:43:15 +0000
commit233d053988818b136209f97d605fa35503568c5c (patch)
tree302ea170644166a6ba2ab2ca79fdd61203954839 /net/bittorrent
parentc98624895053eddd1ca8e531c6e997426933a0af (diff)
downloadpkgsrc-233d053988818b136209f97d605fa35503568c5c.tar.gz
Add DragonFly to the lists of OPSYS's needing 'enable_bad_libc_workaround'.
Requested by Joerg Sonnenberger.
Diffstat (limited to 'net/bittorrent')
-rw-r--r--net/bittorrent/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bittorrent/Makefile b/net/bittorrent/Makefile
index 09001fd5a71..67d718f3ee8 100644
--- a/net/bittorrent/Makefile
+++ b/net/bittorrent/Makefile
@@ -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 @@ SUBST_FILES.blibc= BitTorrent/defaultargs.py
# 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