pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2004Q4]: pkgsrc/news/pan Pullup ticket 178 - requested by Juan RP



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fa9f86b6bd6d
branches:  pkgsrc-2004Q4
changeset: 485764:fa9f86b6bd6d
user:      snj <snj%pkgsrc.org@localhost>
date:      Thu Dec 23 02:30:50 2004 +0000

description:
Pullup ticket 178 - requested by Juan RP
build fix for pan

Module Name:    pkgsrc
Committed By:   xtraeme
Date:           Wed Dec 22 16:19:37 UTC 2004

Modified Files:
        pkgsrc/news/pan: Makefile

Log Message:
Linux needs -lcompat as well, noted by Sebastian Prause on tech-pkg@.
---
Module Name:    pkgsrc
Committed By:   xtraeme
Date:           Wed Dec 22 16:29:44 UTC 2004

Modified Files:
        pkgsrc/news/pan: Makefile

Log Message:
Erm, fix previous, I understood this wrongly before... Linux/SunOS doesn't
need -lcompat.

diffstat:

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

diffs (20 lines):

diff -r e6181c7f76f0 -r fa9f86b6bd6d news/pan/Makefile
--- a/news/pan/Makefile Wed Dec 22 10:50:10 2004 +0000
+++ b/news/pan/Makefile Thu Dec 23 02:30:50 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2004/10/03 00:18:02 tv Exp $
+# $NetBSD: Makefile,v 1.36.2.1 2004/12/23 02:30:50 snj Exp $
 #
 
 DISTNAME=              pan-0.14.2
@@ -20,8 +20,8 @@
 GNU_CONFIGURE=         YES
 
 .include "../../mk/bsd.prefs.mk"
-.if (${OPSYS} != "SunOS")
-LIBS=                  -lcompat
+.if (${OPSYS} != "SunOS" && ${OPSYS} != "Linux")
+LIBS+=                 -lcompat
 .endif
 
 .include "../../converters/libiconv/buildlink3.mk"



Home | Main Index | Thread Index | Old Index