diff options
author | markd <markd@pkgsrc.org> | 2006-06-27 12:15:09 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2006-06-27 12:15:09 +0000 |
commit | 567e41de0763492cd20a70556457168317e0659a (patch) | |
tree | 63aaf6523e22117607fad0c1fdf9cd007995148d /x11/xephem | |
parent | 884d5877358b80de873ce765a49e9af978cd6416 (diff) | |
download | pkgsrc-567e41de0763492cd20a70556457168317e0659a.tar.gz |
Fix build on Solaris. Derived from patch in PR pkg/33840 by Gilles Dauphin
Diffstat (limited to 'x11/xephem')
-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 |