diff options
author | wiedi <wiedi@pkgsrc.org> | 2014-01-27 21:51:03 +0000 |
---|---|---|
committer | wiedi <wiedi@pkgsrc.org> | 2014-01-27 21:51:03 +0000 |
commit | 0983cf6702b32913c47b2b4a78c5d3bd0e2a75a9 (patch) | |
tree | b98276b724ce2e6b914c8d2db63bff0e98ca4271 /mbone/wbd/Makefile | |
parent | 51a2a63e76a0bd7c96e325e7365bfc412277d889 (diff) | |
download | pkgsrc-0983cf6702b32913c47b2b4a78c5d3bd0e2a75a9.tar.gz |
Add missing -lsocket -lnsl on SunOS
Diffstat (limited to 'mbone/wbd/Makefile')
-rw-r--r-- | mbone/wbd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mbone/wbd/Makefile b/mbone/wbd/Makefile index 85fe45c8a23..20b5709375c 100644 --- a/mbone/wbd/Makefile +++ b/mbone/wbd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2014/01/11 14:42:04 adam Exp $ +# $NetBSD: Makefile,v 1.11 2014/01/27 21:51:03 wiedi Exp $ # DISTNAME= wbd-1.0ucl4 @@ -18,6 +18,8 @@ NO_CONFIGURE= yes INSTALLATION_DIRS= bin +LDFLAGS.SunOS+= -lsocket -lnsl + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wbd ${DESTDIR}${PREFIX}/bin/wbd |