pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/wxGTK30 Fix pkglint warnings.
details: https://anonhg.NetBSD.org/pkgsrc/rev/73666c3ff279
branches: trunk
changeset: 365394:73666c3ff279
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Jul 15 19:10:31 2017 +0000
description:
Fix pkglint warnings.
diffstat:
x11/wxGTK30/Makefile | 4 ++--
x11/wxGTK30/hacks.mk | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (35 lines):
diff -r 4fa5c9bab722 -r 73666c3ff279 x11/wxGTK30/Makefile
--- a/x11/wxGTK30/Makefile Sat Jul 15 18:12:51 2017 +0000
+++ b/x11/wxGTK30/Makefile Sat Jul 15 19:10:31 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2017/02/12 06:25:00 ryoon Exp $
+# $NetBSD: Makefile,v 1.21 2017/07/15 19:10:31 wiz Exp $
VERSION= 3.0.2
PKGREVISION= 10
@@ -76,7 +76,7 @@
CONFIGURE_ARGS.SunOS+= --disable-xlocale
post-configure:
- echo 'install_qadll: install_xmldll' >> ${WRKSRC}/Makefile
+ ${ECHO} 'install_qadll: install_xmldll' >> ${WRKSRC}/Makefile
post-build:
set -e; cd ${WRKSRC}/locale; \
diff -r 4fa5c9bab722 -r 73666c3ff279 x11/wxGTK30/hacks.mk
--- a/x11/wxGTK30/hacks.mk Sat Jul 15 18:12:51 2017 +0000
+++ b/x11/wxGTK30/hacks.mk Sat Jul 15 19:10:31 2017 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: hacks.mk,v 1.5 2016/08/20 13:19:21 gdt Exp $
+# $NetBSD: hacks.mk,v 1.6 2017/07/15 19:10:31 wiz Exp $
### [Mon Dec 14 16:58:00 MET 2015 : bouyer ]
### g++-4.8 on NetBSD/i386 fails with an internal compiler error
### when PCH is used. Be conservative and disable on all MACHINE_ARCH
-###
-.if ${OPSYS} == "NetBSD"
+###
+.if ${OPSYS} == "NetBSD"
. include "../../mk/compiler.mk"
. if !empty(PKGSRC_COMPILER:Mgcc) && \
(!empty(CC_VERSION:Mgcc-4.8.*) || !empty(CC_VERSION:Mgcc-5.*))
Home |
Main Index |
Thread Index |
Old Index