pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/news/pan -lcompat doesn't exist (and isn't needed) on ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4dbe769f014a
branches:  trunk
changeset: 471212:4dbe769f014a
user:      bouyer <bouyer%pkgsrc.org@localhost>
date:      Sun Mar 21 15:57:41 2004 +0000

description:
-lcompat doesn't exist (and isn't needed) on solaris.

diffstat:

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

diffs (21 lines):

diff -r 7cb228e39bf5 -r 4dbe769f014a news/pan/Makefile
--- a/news/pan/Makefile Sun Mar 21 13:10:56 2004 +0000
+++ b/news/pan/Makefile Sun Mar 21 15:57:41 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2004/03/08 19:40:42 jmmv Exp $
+# $NetBSD: Makefile,v 1.34 2004/03/21 15:57:41 bouyer Exp $
 #
 
 DISTNAME=              pan-0.14.2
@@ -18,7 +18,11 @@
 USE_BUILDLINK3=                YES
 USE_PKGLOCALEDIR=      YES
 GNU_CONFIGURE=         YES
+
+.include "../../mk/bsd.prefs.mk"
+.if (${OPSYS} != "SunOS")
 LIBS=                  -lcompat
+.endif
 
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index