pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/e-uae Needs -lsocket -lnsl on Solaris.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dbb15706edc0
branches:  trunk
changeset: 602372:dbb15706edc0
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Fri Apr 13 05:10:24 2012 +0000

description:
Needs -lsocket -lnsl on Solaris.

diffstat:

 emulators/e-uae/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r ae2ab100f34f -r dbb15706edc0 emulators/e-uae/Makefile
--- a/emulators/e-uae/Makefile  Fri Apr 13 04:53:34 2012 +0000
+++ b/emulators/e-uae/Makefile  Fri Apr 13 05:10:24 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2012/03/03 12:54:17 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2012/04/13 05:10:24 dholland Exp $
 
 DISTNAME=      e-uae-0.8.28
 PKGREVISION=   12
@@ -19,6 +19,7 @@
 USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake
 GNU_CONFIGURE=         yes
+LIBS.SunOS+=           -lsocket -lnsl
 
 .include "options.mk"
 



Home | Main Index | Thread Index | Old Index