summaryrefslogtreecommitdiff
path: root/net/userppp
diff options
context:
space:
mode:
authorwiz <wiz>2004-12-04 12:01:39 +0000
committerwiz <wiz>2004-12-04 12:01:39 +0000
commit3f1328af8b1c8a280292eca18c6112a0f2cf80f6 (patch)
treecf6340e1f2c7df82bda33203c8d01cc087320e86 /net/userppp
parentf209ffecfbe82d947e930bc0792161b4b5e92b38 (diff)
downloadpkgsrc-3f1328af8b1c8a280292eca18c6112a0f2cf80f6.tar.gz
USE_BUILDLINK3, and remove -Werror from compiler flags so
this builds on -current.
Diffstat (limited to 'net/userppp')
-rw-r--r--net/userppp/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/net/userppp/Makefile b/net/userppp/Makefile
index ad10078e007..74e9f9cb940 100644
--- a/net/userppp/Makefile
+++ b/net/userppp/Makefile
@@ -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 @@ COMMENT= User-PPP package as found in FreeBSD and OpenBSD
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}; \