pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia/tvtime (multimedia/tvitime) Ignore the warn...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f9fd06e5fbd6
branches: trunk
changeset: 444490:f9fd06e5fbd6
user: mef <mef%pkgsrc.org@localhost>
date: Sat Jan 09 02:24:40 2021 +0000
description:
(multimedia/tvitime) Ignore the warnings from autoreconf, add gnu++11
(But still having another problems for now, sorry)
diffstat:
multimedia/tvtime/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r bfed993dcc5a -r f9fd06e5fbd6 multimedia/tvtime/Makefile
--- a/multimedia/tvtime/Makefile Sat Jan 09 02:14:06 2021 +0000
+++ b/multimedia/tvtime/Makefile Sat Jan 09 02:24:40 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2020/11/05 09:08:49 ryoon Exp $
+# $NetBSD: Makefile,v 1.21 2021/01/09 02:24:40 mef Exp $
DISTNAME= tvtime-1.0.2
PKGREVISION= 11
@@ -11,7 +11,7 @@
LICENSE= gnu-gpl-v2 AND mit AND gnu-lgpl-v2
GNU_CONFIGURE= yes
-USE_LANGUAGES= c c++03
+USE_LANGUAGES= c c++03 gnu++11
USE_LIBTOOL= yes
USE_TOOLS+= msgfmt aclocal automake autoconf
@@ -20,7 +20,7 @@
CONF_FILES= share/examples/tvtime/tvtime.xml ${PKG_SYSCONFDIR}/tvtime.xml
pre-configure:
- (cd ${WRKSRC} && autoreconf -vif)
+ (cd ${WRKSRC} && autoreconf -vif) || echo Ignore the warnings from autoreconf
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index