diff options
author | grant <grant@pkgsrc.org> | 2002-08-21 07:20:14 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2002-08-21 07:20:14 +0000 |
commit | ec097015634e43fd77690a394e14a458f25a21fa (patch) | |
tree | a7aa7a59ab075a5857bf7878eef207ef6471ac53 /mail/cucipop | |
parent | ed11686519adb7a7f62d37539309ba1d1dc892b3 (diff) | |
download | pkgsrc-ec097015634e43fd77690a394e14a458f25a21fa.tar.gz |
include libs to make this work on Solaris.
Diffstat (limited to 'mail/cucipop')
-rw-r--r-- | mail/cucipop/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/cucipop/Makefile b/mail/cucipop/Makefile index 6b887fa7a8a..fef12eb76ee 100644 --- a/mail/cucipop/Makefile +++ b/mail/cucipop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/02/23 02:13:17 itojun Exp $ +# $NetBSD: Makefile,v 1.7 2002/08/21 07:20:14 grant Exp $ # DISTNAME= cucipop-1.31 @@ -23,6 +23,10 @@ BUILD_DEFS+= USE_INET6 MAKE_ENV+= CFLAGS_INET6=-DINET6 .endif +.if ${OPSYS} == "SunOS" +LDFLAGS+= -lnsl -lsocket +.endif + post-patch: @(cd ${WRKSRC}; \ for f in config.h cucipop.8 makevpopdb.8; do \ |