diff options
author | jperkin <jperkin> | 2013-12-10 14:04:31 +0000 |
---|---|---|
committer | jperkin <jperkin> | 2013-12-10 14:04:31 +0000 |
commit | 3f8767a9f5a38f566923f98b01fa124f4d2cdd07 (patch) | |
tree | 5777e841eeac3b11becfb997ace1feeef6a47496 /net | |
parent | 10061dba526201a9d39545e7cfdc19686778c4d8 (diff) | |
download | pkgsrc-3f8767a9f5a38f566923f98b01fa124f4d2cdd07.tar.gz |
Add socket libraries on SunOS. Patch from Sebastian Wiedenroth.
Diffstat (limited to 'net')
-rw-r--r-- | net/Geomyidae/Makefile | 4 | ||||
-rw-r--r-- | net/chimera/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net/Geomyidae/Makefile b/net/Geomyidae/Makefile index 7fe2e29cdc6..78f0de180a9 100644 --- a/net/Geomyidae/Makefile +++ b/net/Geomyidae/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2012/10/23 17:18:07 asau Exp $ +# $NetBSD: Makefile,v 1.5 2013/12/10 14:05:40 jperkin Exp $ # DISTNAME= Geomyidae-0.12 @@ -19,6 +19,8 @@ RCD_SCRIPTS= Geomyidae INSTALLATION_DIRS= sbin ${PKGMANDIR}/man8 ${EGDIR} ${DOCDIR} +LDFLAGS.SunOS+= -lsocket -lnsl + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/Geomyidae ${DESTDIR}${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/Geomyidae.8 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8 diff --git a/net/chimera/Makefile b/net/chimera/Makefile index 806b88707b5..c43bbccaaa2 100644 --- a/net/chimera/Makefile +++ b/net/chimera/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2012/10/23 17:18:13 asau Exp $ +# $NetBSD: Makefile,v 1.3 2013/12/10 14:04:31 jperkin Exp $ DISTNAME= chimera-1.20 CATEGORIES= net @@ -16,4 +16,6 @@ USE_TOOLS+= gmake AUTO_MKDIRS= yes +LDFLAGS.SunOS+= -lsocket -lnsl + .include "../../mk/bsd.pkg.mk" |