pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/qmail-autoresponder Fix build on SunOS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3cb122b28c1f
branches:  trunk
changeset: 369353:3cb122b28c1f
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Fri Sep 29 00:51:46 2017 +0000

description:
Fix build on SunOS.

diffstat:

 mail/qmail-autoresponder/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r b239fb3cbe6b -r 3cb122b28c1f mail/qmail-autoresponder/Makefile
--- a/mail/qmail-autoresponder/Makefile Thu Sep 28 22:20:45 2017 +0000
+++ b/mail/qmail-autoresponder/Makefile Fri Sep 29 00:51:46 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/09/28 17:27:34 schmonz Exp $
+# $NetBSD: Makefile,v 1.2 2017/09/29 00:51:46 schmonz Exp $
 
 DISTNAME=              qmail-autoresponder-1.0
 CATEGORIES=            mail
@@ -18,6 +18,8 @@
 DJB_MAKE_TARGETS=      no
 BUILD_TARGET=          all
 
+LDFLAGS.SunOS+=                -lsocket
+
 pre-configure:
        ${TOUCH} ${WRKSRC}/conf-bgincs ${WRKSRC}/conf-bglibs
 



Home | Main Index | Thread Index | Old Index