pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/feh Needs -lnsl -lsocket on SunOS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f049ccadc13d
branches:  trunk
changeset: 530401:f049ccadc13d
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Fri Jun 29 20:22:46 2007 +0000

description:
Needs -lnsl -lsocket on SunOS

diffstat:

 graphics/feh/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r ac437b29aeae -r f049ccadc13d graphics/feh/Makefile
--- a/graphics/feh/Makefile     Fri Jun 29 19:24:45 2007 +0000
+++ b/graphics/feh/Makefile     Fri Jun 29 20:22:46 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2007/02/22 19:01:19 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2007/06/29 20:22:46 tnn Exp $
 #
 
 DISTNAME=      feh-1.3.4
@@ -17,6 +17,8 @@
 CONFIGURE_ARGS+=       --program-transform-name=s,cam,feh_cam,
 REPLACE_PERL=          cam/cam
 
+LDFLAGS.SunOS+=                -lnsl -lsocket
+
 BUILDLINK_API_DEPENDS.giblib+= giblib>=1.2.4
 BUILDLINK_API_DEPENDS.jpeg+=   jpeg>=6bnb3 # includes jpegint.h
 



Home | Main Index | Thread Index | Old Index