diff options
author | abs <abs@pkgsrc.org> | 2003-06-08 10:36:17 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2003-06-08 10:36:17 +0000 |
commit | 8a5cc9768e93b3f3242959b9b104db6a7a8cddf5 (patch) | |
tree | 670a9ef6423199473732bbc4416d9354de34bec8 /net/userppp/Makefile | |
parent | 3ca8d4178aa7be150ee64bc83f2a490b33c5f0d9 (diff) | |
download | pkgsrc-8a5cc9768e93b3f3242959b9b104db6a7a8cddf5.tar.gz |
Update userppp to 001107nb1
Fix compilation under gcc3: avoid trigraphs, comparison always
true/false, and pass -fno-strict-aliasing
Diffstat (limited to 'net/userppp/Makefile')
-rw-r--r-- | net/userppp/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/userppp/Makefile b/net/userppp/Makefile index a226dda86a8..04c26ae2686 100644 --- a/net/userppp/Makefile +++ b/net/userppp/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2003/03/29 12:42:06 jmmv Exp $ +# $NetBSD: Makefile,v 1.12 2003/06/08 10:36:17 abs Exp $ DISTNAME= ppp-001107.src PKGNAME= userppp-001107 +PKGREVISION= 1 WRKSRC= ${WRKDIR}/${DISTNAME:S/.src//} CATEGORIES= net MASTER_SITES= http://www.netbsd.org/~ad/ @@ -14,6 +15,8 @@ ONLY_FOR_PLATFORM= NetBSD-*-* MANCOMPRESSED_IF_MANZ= YES +CFLAGS+= -fno-strict-aliasing + post-patch: (cd ${WRKSRC}; \ for i in ppp/ppp.8 pppctl/pppctl.8; do \ |