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 | 86ded05ce6004acc19c58dc82ec083961f482235 (patch) | |
tree | 8484df8527e234a918467f6ff9c896b30ad8e324 | |
parent | 96e3abbe719d80212bd26d3299940ab0472d872e (diff) | |
download | pkgsrc-86ded05ce6004acc19c58dc82ec083961f482235.tar.gz |
Fix build problem under NetBSD/i386 current.
-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" |