diff options
author | dholland <dholland@pkgsrc.org> | 2012-06-23 19:35:45 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-06-23 19:35:45 +0000 |
commit | b09b1d9c9e5b067b91252ed17bdd80caf8422b03 (patch) | |
tree | a273184b638999040cbd66703ec4092513d9f963 /games | |
parent | c533b5945e0f75d8b037dc5aae4637b3d504583e (diff) | |
download | pkgsrc-b09b1d9c9e5b067b91252ed17bdd80caf8422b03.tar.gz |
Add -lsocket -lnsl on Solaris.
Diffstat (limited to 'games')
-rw-r--r-- | games/rftg/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/rftg/Makefile b/games/rftg/Makefile index 6f1f6a12e2a..067ad245235 100644 --- a/games/rftg/Makefile +++ b/games/rftg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2012/03/03 00:13:08 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2012/06/23 19:35:45 dholland Exp $ # DISTNAME= rftg-0.8.1 @@ -18,6 +18,8 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_TOOLS+= pkg-config +LIBS.SunOS+= -lsocket -lnsl + INSTALLATION_DIRS+= libexec share/doc/rftg post-build: |