diff options
author | dholland <dholland@pkgsrc.org> | 2012-06-23 23:02:58 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-06-23 23:02:58 +0000 |
commit | 43ae231981cb3eb0145c1bc9f2596a17c31d259e (patch) | |
tree | 2d018a13f28b862a6ff227a3b4afae1fb844444a /news/slrn | |
parent | 9c1f6ca4988ad1a3868afce2fca38d86d99fe589 (diff) | |
download | pkgsrc-43ae231981cb3eb0145c1bc9f2596a17c31d259e.tar.gz |
Hack: put libraries in LDFLAGS.SunOS instead of LIBS.SunOS because the
package ignores LIBS.
Diffstat (limited to 'news/slrn')
-rw-r--r-- | news/slrn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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" |