summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbouyer <bouyer>2005-09-19 09:10:23 +0000
committerbouyer <bouyer>2005-09-19 09:10:23 +0000
commit77ee43387d3eba1fb2235b5af9affe9015eafd43 (patch)
tree5f6b862e0f19268dfa9c9b15c14dde21b62e98f0
parentd188d5ac772ee62a81d415a3178045c4fe130b61 (diff)
downloadpkgsrc-77ee43387d3eba1fb2235b5af9affe9015eafd43.tar.gz
Require gcc 3.0, so that it builds on NetBSD 1.6.x too.
-rw-r--r--emulators/gpsim-devel/Makefile4
-rw-r--r--emulators/gpsim-oscilloscope/Makefile4
-rw-r--r--emulators/gpsim-ptyusart/Makefile4
3 files changed, 9 insertions, 3 deletions
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}