diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2007-07-12 06:11:54 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2007-07-12 06:11:54 +0000 |
commit | 79e571faf8055ec35e2dc2272ea0a2bd16787d02 (patch) | |
tree | f3a5bfc4093cd4d97b992ed2dbfcc167ab92099c /net | |
parent | e3f6f6ef23410adc6369047103904778adc16d94 (diff) | |
download | pkgsrc-79e571faf8055ec35e2dc2272ea0a2bd16787d02.tar.gz |
The code is not -Werror clean, disable it for now to let it build.
Diffstat (limited to 'net')
-rw-r--r-- | net/csup/Makefile | 4 | ||||
-rw-r--r-- | net/csup/distinfo | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net/csup/Makefile b/net/csup/Makefile index 8662550ddf5..48b465c7034 100644 --- a/net/csup/Makefile +++ b/net/csup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/02/16 12:06:39 xtraeme Exp $ +# $NetBSD: Makefile,v 1.2 2007/07/12 06:11:54 xtraeme Exp $ # DISTNAME= csup-snap-20070216 @@ -18,6 +18,8 @@ INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 CFLAGS+= ${PTHREAD_CFLAGS} LDFLAGS+= ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS} +BUILDLINK_TRANSFORM+= rm:-Werror + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/csup ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/csup.1 ${PREFIX}/${PKGMANDIR}/man1/csup.1 diff --git a/net/csup/distinfo b/net/csup/distinfo index 539f41089d4..7141d576afc 100644 --- a/net/csup/distinfo +++ b/net/csup/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2007/02/20 13:31:19 joerg Exp $ +$NetBSD: distinfo,v 1.3 2007/07/12 06:11:54 xtraeme Exp $ SHA1 (csup-snap-20070216.tar.gz) = b2a5b5a95496f166caa6f4c03003fe354a4e76c2 RMD160 (csup-snap-20070216.tar.gz) = 7d96422461d7538b8f5ff2afaff9341a38ad2a8f |