summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgdt <gdt>2015-03-19 14:33:35 +0000
committergdt <gdt>2015-03-19 14:33:35 +0000
commit97343f16d2296aa6f93bd7f4f3686669f1f06ac5 (patch)
tree5fec2af7e567f618c30bfba9c5aa13d59eaec5cc
parent2fffc6274b0798deaf395f5acd31c9a7a92f1b78 (diff)
downloadpkgsrc-97343f16d2296aa6f93bd7f4f3686669f1f06ac5.tar.gz
Add -lintl on Darwin.
From Adrien Auzanneau via pkgsrc-users.
-rw-r--r--net/httping/Makefile3
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