pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/httping Make it build on DragonFly.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0ed2962a6d3f
branches:  trunk
changeset: 394103:0ed2962a6d3f
user:      hasso <hasso%pkgsrc.org@localhost>
date:      Fri Jun 05 09:14:07 2009 +0000

description:
Make it build on DragonFly.

diffstat:

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

diffs (18 lines):

diff -r 9a0e9ff541cb -r 0ed2962a6d3f net/httping/Makefile
--- a/net/httping/Makefile      Fri Jun 05 08:13:48 2009 +0000
+++ b/net/httping/Makefile      Fri Jun 05 09:14:07 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2008/09/19 19:23:07 adrianp Exp $
+# $NetBSD: Makefile,v 1.10 2009/06/05 09:14:07 hasso Exp $
 #
 
 DISTNAME=              httping-1.2.9
@@ -15,7 +15,7 @@
 LDFLAGS.SunOS=         -lnsl -lsocket
 
 .if (${OPSYS} == "NetBSD" && !empty(OS_VERSION:M[123]*)) || \
-    ${OPSYS} == "Darwin" || ${OPSYS} == "DragonFly" || ${OPSYS} == "SunOS"
+    ${OPSYS} == "Darwin" || ${OPSYS} == "SunOS"
 .else
 CFLAGS+=       -DHAVE_STRNDUP
 .endif



Home | Main Index | Thread Index | Old Index