diff options
author | markd <markd> | 2006-06-27 12:15:09 +0000 |
---|---|---|
committer | markd <markd> | 2006-06-27 12:15:09 +0000 |
commit | aa27e9a97bd14d20e5491df61c6fe23c6b05ab0e (patch) | |
tree | 63aaf6523e22117607fad0c1fdf9cd007995148d /x11 | |
parent | 3e82451ef8212fdd41f4bce94b1ff0fc9af20df8 (diff) | |
download | pkgsrc-aa27e9a97bd14d20e5491df61c6fe23c6b05ab0e.tar.gz |
Fix build on Solaris. Derived from patch in PR pkg/33840 by Gilles Dauphin
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xephem/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xephem/Makefile b/x11/xephem/Makefile index 56e37a028e2..0e3b1ac4eb8 100644 --- a/x11/xephem/Makefile +++ b/x11/xephem/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2006/06/23 11:59:53 gdt Exp $ +# $NetBSD: Makefile,v 1.41 2006/06/27 12:15:09 markd Exp $ DISTNAME= xephem-3.7.1 PKGREVISION= 1 @@ -30,6 +30,8 @@ LICENSE= xephem-license WRKSRC= ${WRKDIR}/${DISTNAME}/GUI/xephem USE_TOOLS+= gmake perl:run +LIBS.SunOS+= -lnsl -lsocket +X11_LDFLAGS+= ${LIBS} BUILD_ENV+= X11_LDFLAGS=${X11_LDFLAGS:Q} REPLACE_INTERPRETER+= perl |