diff options
author | tron <tron> | 2011-04-16 11:05:33 +0000 |
---|---|---|
committer | tron <tron> | 2011-04-16 11:05:33 +0000 |
commit | 0d0abbdb435c0939252d77c6c487e93c4e12c872 (patch) | |
tree | 8484df8527e234a918467f6ff9c896b30ad8e324 /emulators | |
parent | a1941cbd0b7db2fef8bff63165a920152082ef43 (diff) | |
download | pkgsrc-0d0abbdb435c0939252d77c6c487e93c4e12c872.tar.gz |
Fix build problem under NetBSD/i386 current.
Diffstat (limited to 'emulators')
-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" |