From 77ee43387d3eba1fb2235b5af9affe9015eafd43 Mon Sep 17 00:00:00 2001 From: bouyer Date: Mon, 19 Sep 2005 09:10:23 +0000 Subject: Require gcc 3.0, so that it builds on NetBSD 1.6.x too. --- emulators/gpsim-devel/Makefile | 4 +++- emulators/gpsim-oscilloscope/Makefile | 4 +++- emulators/gpsim-ptyusart/Makefile | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) (limited to 'emulators') diff --git a/emulators/gpsim-devel/Makefile b/emulators/gpsim-devel/Makefile index 69b90e0a9b5..738f63d484e 100644 --- a/emulators/gpsim-devel/Makefile +++ b/emulators/gpsim-devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/09/07 20:17:46 bouyer Exp $ +# $NetBSD: Makefile,v 1.5 2005/09/19 09:10:23 bouyer Exp $ # DISTNAME= gpsim-20050905 @@ -15,6 +15,8 @@ USE_LANGUAGES= c c++ USE_TOOLS+= bison gmake lex pkg-config USE_LIBTOOL= YES +GCC_REQD+= 3.0 + USE_GNU_READLINE= # rl_callback_read_char, rl_copy_text, # rl_callback_handler_remove, rl_forced_update_display, # rl_callback_handler_install diff --git a/emulators/gpsim-oscilloscope/Makefile b/emulators/gpsim-oscilloscope/Makefile index 8f9dc94b77f..e81901d4290 100644 --- a/emulators/gpsim-oscilloscope/Makefile +++ b/emulators/gpsim-oscilloscope/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/09/07 20:21:37 bouyer Exp $ +# $NetBSD: Makefile,v 1.4 2005/09/19 09:10:23 bouyer Exp $ # DISTNAME= oscilloscope-0.1.2 @@ -15,6 +15,8 @@ USE_LANGUAGES= c c++ USE_LIBTOOL= YES +GCC_REQD+= 3.0 + EGDIR= ${PREFIX}/share/examples/gpsim-oscilloscope post-install: ${INSTALL_DATA_DIR} ${EGDIR} diff --git a/emulators/gpsim-ptyusart/Makefile b/emulators/gpsim-ptyusart/Makefile index 19694d301ba..d35fe66e14d 100644 --- a/emulators/gpsim-ptyusart/Makefile +++ b/emulators/gpsim-ptyusart/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/09/07 20:23:12 bouyer Exp $ +# $NetBSD: Makefile,v 1.4 2005/09/19 09:10:23 bouyer Exp $ # DISTNAME= ptyusart-0.3.2 @@ -17,6 +17,8 @@ USE_LANGUAGES= c c++ USE_LIBTOOL= YES +GCC_REQD+= 3.0 + EGDIR= ${PREFIX}/share/examples/gpsim-ptyusart post-install: ${INSTALL_DATA_DIR} ${EGDIR} -- cgit v1.2.3