summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorjperkin <jperkin>2014-08-21 09:36:29 +0000
committerjperkin <jperkin>2014-08-21 09:36:29 +0000
commit5ab870493b9153ca063ef454247910e007b68a5b (patch)
tree394365e0a9b1e6c271d3a2e1a4ccd2f974050b86 /mail
parent821daa976b1a38aebb144eafeed64c8b1c6ca037 (diff)
downloadpkgsrc-5ab870493b9153ca063ef454247910e007b68a5b.tar.gz
Fix build on SunOS (use LDFLAGS not LIBS, add -lresolv).
Diffstat (limited to 'mail')
-rw-r--r--mail/freepops/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/freepops/Makefile b/mail/freepops/Makefile
index b1dd485a48f..65eabdd1063 100644
--- a/mail/freepops/Makefile
+++ b/mail/freepops/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2014/08/19 13:36:15 joerg Exp $
+# $NetBSD: Makefile,v 1.27 2014/08/21 09:36:29 jperkin Exp $
#
DISTNAME= freepops-0.2.9
@@ -27,7 +27,7 @@ HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= configure.sh
CONFIGURE_ARGS= pkgsrc
LDFLAGS+= -lintl # directly link, req. by ld 2.22
-LIBS.SunOS+= -lsocket -lnsl
+LDFLAGS.SunOS+= -lsocket -lnsl -lresolv
PKG_SYSCONFSUBDIR= freepops
EGDIR= ${PREFIX}/share/examples/${PKGBASE}