pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/gobject-introspection gobject-introspection: Fix...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/40ea03d7349d
branches:  trunk
changeset: 378950:40ea03d7349d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Apr 17 21:57:03 2018 +0000

description:
gobject-introspection: Fix MirBSD pattern.

Reported by pkglint.

diffstat:

 devel/gobject-introspection/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 325419b1b380 -r 40ea03d7349d devel/gobject-introspection/Makefile
--- a/devel/gobject-introspection/Makefile      Tue Apr 17 21:35:18 2018 +0000
+++ b/devel/gobject-introspection/Makefile      Tue Apr 17 21:57:03 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2018/04/17 08:41:47 wiz Exp $
+# $NetBSD: Makefile,v 1.56 2018/04/17 21:57:03 wiz Exp $
 
 DISTNAME=      gobject-introspection-1.56.1
 CATEGORIES=    devel gnome
@@ -27,7 +27,7 @@
 SUBST_FILES.timet=     giscanner/ast.py
 SUBST_FILES.timet+=    tests/scanner/Regress-1.0-expected.gir
 .include "../../mk/bsd.prefs.mk"
-.if !empty(MACHINE_PLATFORM:MNetBSD-5.99*) || !empty(MACHINE_PLATFORM:MNetBSD-[6-9]*) || !empty(MACHINE_PLATFORM:MMirBSD)
+.if !empty(MACHINE_PLATFORM:MNetBSD-5.99*) || !empty(MACHINE_PLATFORM:MNetBSD-[6-9]*) || !empty(MACHINE_PLATFORM:MMirBSD-*)
 SUBST_SED.timet=       -e 's,@TIMET_TYPENAME@,TYPE_INT64,g'
 SUBST_SED.timet+=      -e 's,@TIMET_CTYPE@,gint64,g'
 .else



Home | Main Index | Thread Index | Old Index