pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/ftwin Fix build with libarchive-3.x by removi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5e5f7279ded5
branches: trunk
changeset: 645078:5e5f7279ded5
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Jan 22 20:46:58 2015 +0000
description:
Fix build with libarchive-3.x by removing -Werror from CFLAGS.
diffstat:
sysutils/ftwin/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r bce83afa0c58 -r 5e5f7279ded5 sysutils/ftwin/Makefile
--- a/sysutils/ftwin/Makefile Thu Jan 22 20:02:37 2015 +0000
+++ b/sysutils/ftwin/Makefile Thu Jan 22 20:46:58 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2015/01/21 09:12:41 obache Exp $
+# $NetBSD: Makefile,v 1.29 2015/01/22 20:46:58 wiz Exp $
DISTNAME= ftwin-0.8.8
PKGREVISION= 3
@@ -16,6 +16,9 @@
INSTALLATION_DIRS+= ${DOCDIR} ${PKGMANDIR}/man8
+# 0.8.8 gives warnings with libarchive-3.x
+BUILDLINK_TRANSFORM+= rm:-Werror
+
post-install:
${INSTALL_DATA} ${WRKSRC}/EXAMPLES ${DESTDIR}${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/KNOWN_BUGS ${DESTDIR}${DOCDIR}
Home |
Main Index |
Thread Index |
Old Index