diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/httping/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/httping/Makefile b/net/httping/Makefile index a845f36d064..71fc15e16f1 100644 --- a/net/httping/Makefile +++ b/net/httping/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2015/03/07 06:24:10 mef Exp $ +# $NetBSD: Makefile,v 1.23 2015/03/19 14:33:35 gdt Exp $ DISTNAME= httping-2.4 CATEGORIES= net @@ -17,6 +17,7 @@ CONFIGURE_ARGS+= --with-openssl .include "../../mk/bsd.prefs.mk" +LDFLAGS.Darwin= -lintl LDFLAGS.NetBSD= -lintl LDFLAGS.SunOS= -lnsl -lsocket -lresolv -lintl |