summaryrefslogtreecommitdiff
path: root/emulators/vice/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2011-04-16 11:05:33 +0000
committertron <tron@pkgsrc.org>2011-04-16 11:05:33 +0000
commit86ded05ce6004acc19c58dc82ec083961f482235 (patch)
tree8484df8527e234a918467f6ff9c896b30ad8e324 /emulators/vice/Makefile
parent96e3abbe719d80212bd26d3299940ab0472d872e (diff)
downloadpkgsrc-86ded05ce6004acc19c58dc82ec083961f482235.tar.gz
Fix build problem under NetBSD/i386 current.
Diffstat (limited to 'emulators/vice/Makefile')
-rw-r--r--emulators/vice/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile
index f47b85649e4..3552f04c46e 100644
--- a/emulators/vice/Makefile
+++ b/emulators/vice/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.89 2011/04/04 13:42:08 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.90 2011/04/16 11:05:33 tron Exp $
DISTNAME= vice-2.3
CATEGORIES= emulators
@@ -41,6 +40,7 @@ PLIST_SRC+= PLIST
.if (${OPSYS} == NetBSD)
CONFIGURE_ARGS+= --without-oss
+CPPFLAGS+= -DHAVE_STDINT_H
.endif
.include "../../devel/readline/buildlink3.mk"