diff options
| author | gdt <gdt@pkgsrc.org> | 2015-03-19 14:33:35 +0000 |
|---|---|---|
| committer | gdt <gdt@pkgsrc.org> | 2015-03-19 14:33:35 +0000 |
| commit | 819d8e985b4b348889b957e259dbd6982422934a (patch) | |
| tree | 5fec2af7e567f618c30bfba9c5aa13d59eaec5cc /net/httping/Makefile | |
| parent | 71412c886922a7f62068babe942d41022abca9c7 (diff) | |
| download | pkgsrc-819d8e985b4b348889b957e259dbd6982422934a.tar.gz | |
Add -lintl on Darwin.
From Adrien Auzanneau via pkgsrc-users.
Diffstat (limited to 'net/httping/Makefile')
| -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 |
