diff options
author | hans <hans@pkgsrc.org> | 2012-02-16 17:35:30 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-02-16 17:35:30 +0000 |
commit | caf46b4e91801916692951ab015b7c4bee5058ba (patch) | |
tree | 4c2da346df0aa2bf17cd6f8a89f43964ba09831e /comms/plp | |
parent | 76a9a6328f89f3982d45c5b111a5082c08b5ca90 (diff) | |
download | pkgsrc-caf46b4e91801916692951ab015b7c4bee5058ba.tar.gz |
Fix build on SunOS.
Diffstat (limited to 'comms/plp')
-rw-r--r-- | comms/plp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/plp/Makefile b/comms/plp/Makefile index b341ebfbab1..65cb556f378 100644 --- a/comms/plp/Makefile +++ b/comms/plp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2011/12/19 13:44:07 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2012/02/16 17:44:15 hans Exp $ DISTNAME= plp_1_8 PKGNAME= plp-1.8 @@ -17,6 +17,8 @@ USE_TOOLS+= gmake USE_LIBTOOL= yes MAKE_JOBS_SAFE= no +LDFLAGS.SunOS+= -lsocket -lnsl + INSTALLATION_DIRS= bin lib do-install: |