From 0d0abbdb435c0939252d77c6c487e93c4e12c872 Mon Sep 17 00:00:00 2001 From: tron Date: Sat, 16 Apr 2011 11:05:33 +0000 Subject: Fix build problem under NetBSD/i386 current. --- emulators/vice/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emulators/vice/Makefile') 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" -- cgit v1.2.3