pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xephem Fix build on Solaris. Derived from patch in...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2020c822bced
branches:  trunk
changeset: 515198:2020c822bced
user:      markd <markd%pkgsrc.org@localhost>
date:      Tue Jun 27 12:15:09 2006 +0000

description:
Fix build on Solaris. Derived from patch in PR pkg/33840 by Gilles Dauphin

diffstat:

 x11/xephem/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r b18518483eb0 -r 2020c822bced x11/xephem/Makefile
--- a/x11/xephem/Makefile       Tue Jun 27 11:11:52 2006 +0000
+++ b/x11/xephem/Makefile       Tue Jun 27 12:15:09 2006 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index