diff options
author | tron <tron@pkgsrc.org> | 2011-04-16 11:05:33 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2011-04-16 11:05:33 +0000 |
commit | b96e241557718096c0be6aeacddd207117e378ca (patch) | |
tree | 8484df8527e234a918467f6ff9c896b30ad8e324 /emulators/vice/Makefile | |
parent | 88db8d6cf105c0cb7df0689a6dd842adf3568dc9 (diff) | |
download | pkgsrc-b96e241557718096c0be6aeacddd207117e378ca.tar.gz |
Fix build problem under NetBSD/i386 current.
Diffstat (limited to 'emulators/vice/Makefile')
-rw-r--r-- | emulators/vice/Makefile | 4 |
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" |