pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/userppp USE_BUILDLINK3, and remove -Werror from co...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dcac082c9dfc
branches:  trunk
changeset: 485126:dcac082c9dfc
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Dec 04 12:01:39 2004 +0000

description:
USE_BUILDLINK3, and remove -Werror from compiler flags so
this builds on -current.

diffstat:

 net/userppp/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 14851340876e -r dcac082c9dfc net/userppp/Makefile
--- a/net/userppp/Makefile      Sat Dec 04 12:01:09 2004 +0000
+++ b/net/userppp/Makefile      Sat Dec 04 12:01:39 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2004/05/07 11:54:35 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2004/12/04 12:01:39 wiz Exp $
 
 DISTNAME=              ppp-001107.src
 PKGNAME=               userppp-001107
@@ -12,10 +12,13 @@
 
 ONLY_FOR_PLATFORM=     NetBSD-*-*
 
+USE_BUILDLINK3=                YES
 WRKSRC=                        ${WRKDIR}/${DISTNAME:S/.src//}
 MANCOMPRESSED_IF_MANZ= YES
 
 CFLAGS+=       -fno-strict-aliasing
+# fix build on -current for wrong is* arguments (char instead of unsigned char)
+BUILDLINK_TRANSFORM+=  rm:-Werror
 
 post-patch:
        (cd ${WRKSRC};                                                  \



Home | Main Index | Thread Index | Old Index