summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2012-05-18 14:38:56 +0000
committerbsiegert <bsiegert@pkgsrc.org>2012-05-18 14:38:56 +0000
commit1919b6cf7da279560585cdbe04db274355ada8b3 (patch)
tree32d838147ef0f42a99f53c00f01b259a5f0ae8c5 /devel
parent8cb4d28fbf88cd935a79c36c4fce01249abb3248 (diff)
downloadpkgsrc-1919b6cf7da279560585cdbe04db274355ada8b3.tar.gz
MirBSD has a 64-bit time_t.
Diffstat (limited to 'devel')
-rw-r--r--devel/gobject-introspection/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gobject-introspection/Makefile b/devel/gobject-introspection/Makefile
index 0e48f30bcf0..d556ef6b123 100644
--- a/devel/gobject-introspection/Makefile
+++ b/devel/gobject-introspection/Makefile
@@ -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= giscanner/ast.py
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