diff options
author | grant <grant> | 2002-08-21 07:20:14 +0000 |
---|---|---|
committer | grant <grant> | 2002-08-21 07:20:14 +0000 |
commit | c5ee931a91b7259a29eee7b2945041c660519fe7 (patch) | |
tree | a7aa7a59ab075a5857bf7878eef207ef6471ac53 /mail | |
parent | 66680ac4d94e700231deb12703ddaeecbead8710 (diff) | |
download | pkgsrc-c5ee931a91b7259a29eee7b2945041c660519fe7.tar.gz |
include libs to make this work on Solaris.
Diffstat (limited to 'mail')
-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 \ |