From 9f0187b6830eb8093bd6ddda3abee2458033fb11 Mon Sep 17 00:00:00 2001 From: tnn Date: Fri, 29 Jun 2007 20:22:46 +0000 Subject: Needs -lnsl -lsocket on SunOS --- graphics/feh/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'graphics/feh') diff --git a/graphics/feh/Makefile b/graphics/feh/Makefile index 10e1d4fbabf..5f779563a19 100644 --- a/graphics/feh/Makefile +++ b/graphics/feh/Makefile @@ -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 @@ GNU_CONFIGURE= YES 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 -- cgit v1.2.3