From 43ae231981cb3eb0145c1bc9f2596a17c31d259e Mon Sep 17 00:00:00 2001 From: dholland Date: Sat, 23 Jun 2012 23:02:58 +0000 Subject: Hack: put libraries in LDFLAGS.SunOS instead of LIBS.SunOS because the package ignores LIBS. --- news/slrn/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'news/slrn/Makefile') diff --git a/news/slrn/Makefile b/news/slrn/Makefile index 0901af5e339..bb0052f4a3b 100644 --- a/news/slrn/Makefile +++ b/news/slrn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2012/06/01 00:16:02 dholland Exp $ +# $NetBSD: Makefile,v 1.53 2012/06/23 23:02:58 dholland Exp $ DISTNAME= slrn-0.9.9p1 PKGREVISION= 6 @@ -33,7 +33,7 @@ CONFIGURE_ENV+= INSTALL=/usr/bin/install .endif LDFLAGS.Linux+= -ldl -LIBS.SunOS+= -lsocket -lnsl +LDFLAGS.SunOS+= -lsocket -lnsl .include "../../devel/libslang2/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" -- cgit v1.2.3