pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/news/pan Linux needs -lcompat as well, noted by Sebast...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/77f7b0cbdf67
branches:  trunk
changeset: 486089:77f7b0cbdf67
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Wed Dec 22 16:19:37 2004 +0000

description:
Linux needs -lcompat as well, noted by Sebastian Prause on tech-pkg@.

diffstat:

 news/pan/Makefile |  8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diffs (22 lines):

diff -r 726a796e509b -r 77f7b0cbdf67 news/pan/Makefile
--- a/news/pan/Makefile Wed Dec 22 16:18:42 2004 +0000
+++ b/news/pan/Makefile Wed Dec 22 16:19:37 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2004/10/03 00:18:02 tv Exp $
+# $NetBSD: Makefile,v 1.37 2004/12/22 16:19:37 xtraeme Exp $
 #
 
 DISTNAME=              pan-0.14.2
@@ -19,10 +19,8 @@
 USE_PKGLOCALEDIR=      YES
 GNU_CONFIGURE=         YES
 
-.include "../../mk/bsd.prefs.mk"
-.if (${OPSYS} != "SunOS")
-LIBS=                  -lcompat
-.endif
+LIBS.Linux+=           -lcompat
+LIBS.SunOS+=           -lcompat
 
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index