summaryrefslogtreecommitdiff
path: root/emulators/or1ksim
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2011-12-19 16:09:22 +0000
committerwiz <wiz@pkgsrc.org>2011-12-19 16:09:22 +0000
commite9b855ca618f694fb30860465f2438d3377d1f6b (patch)
treea6aab3eb7cddc4a85990059b89881147c4d61e99 /emulators/or1ksim
parent76a6bf7466fe39fdf05420ec62fb481ef51a4833 (diff)
downloadpkgsrc-e9b855ca618f694fb30860465f2438d3377d1f6b.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/or1ksim')
-rw-r--r--emulators/or1ksim/Makefile3
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"