pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/gobject-introspection MirBSD has a 64-bit time_t.
details: https://anonhg.NetBSD.org/pkgsrc/rev/dc9cb5930411
branches: trunk
changeset: 603960:dc9cb5930411
user: bsiegert <bsiegert%pkgsrc.org@localhost>
date: Fri May 18 14:38:56 2012 +0000
description:
MirBSD has a 64-bit time_t.
diffstat:
devel/gobject-introspection/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r edaa03618a4e -r dc9cb5930411 devel/gobject-introspection/Makefile
--- a/devel/gobject-introspection/Makefile Fri May 18 14:15:17 2012 +0000
+++ b/devel/gobject-introspection/Makefile Fri May 18 14:38:56 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2012/04/30 14:28:57 drochner Exp $
+# $NetBSD: Makefile,v 1.21 2012/05/18 14:38:56 bsiegert Exp $
#
DISTNAME= gobject-introspection-1.32.1
@@ -31,7 +31,7 @@
SUBST_FILES.timet+= tests/scanner/Foo-1.0-expected.gir \
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]*)
+.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