diff options
author | wiz <wiz> | 2011-12-19 16:09:22 +0000 |
---|---|---|
committer | wiz <wiz> | 2011-12-19 16:09:22 +0000 |
commit | 9fadfb33f17b6981fdef8051b89ead65fb181d3e (patch) | |
tree | a6aab3eb7cddc4a85990059b89881147c4d61e99 /emulators | |
parent | 64d5ce01b95012702cd9a78fa60bb2dbcc5562f5 (diff) | |
download | pkgsrc-9fadfb33f17b6981fdef8051b89ead65fb181d3e.tar.gz |
Depend on GNU readline because rl_event_hook is not provided by NetBSD's.
Fixes build failure on NetBSD.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/or1ksim/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/or1ksim/Makefile b/emulators/or1ksim/Makefile index 43e3b0928fb..2a6c519e896 100644 --- a/emulators/or1ksim/Makefile +++ b/emulators/or1ksim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2011/11/16 08:23:48 sbd Exp $ +# $NetBSD: Makefile,v 1.4 2011/12/19 16:09:22 wiz Exp $ # DISTNAME= or1ksim-0.2.0rc2 @@ -14,6 +14,7 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes CONFIGURE_ARGS+= --target=or32 +USE_GNU_READLINE= YES # rl_event_hook .include "../../devel/readline/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |