pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators Require gcc 3.0, so that it builds on NetBSD...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ce65d4736742
branches: trunk
changeset: 499313:ce65d4736742
user: bouyer <bouyer%pkgsrc.org@localhost>
date: Mon Sep 19 09:10:23 2005 +0000
description:
Require gcc 3.0, so that it builds on NetBSD 1.6.x too.
diffstat:
emulators/gpsim-devel/Makefile | 4 +++-
emulators/gpsim-oscilloscope/Makefile | 4 +++-
emulators/gpsim-ptyusart/Makefile | 4 +++-
3 files changed, 9 insertions(+), 3 deletions(-)
diffs (54 lines):
diff -r 2698e3305501 -r ce65d4736742 emulators/gpsim-devel/Makefile
--- a/emulators/gpsim-devel/Makefile Mon Sep 19 08:45:45 2005 +0000
+++ b/emulators/gpsim-devel/Makefile Mon Sep 19 09:10:23 2005 +0000
@@ -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_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 -r 2698e3305501 -r ce65d4736742 emulators/gpsim-oscilloscope/Makefile
--- a/emulators/gpsim-oscilloscope/Makefile Mon Sep 19 08:45:45 2005 +0000
+++ b/emulators/gpsim-oscilloscope/Makefile Mon Sep 19 09:10:23 2005 +0000
@@ -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_LIBTOOL= YES
+GCC_REQD+= 3.0
+
EGDIR= ${PREFIX}/share/examples/gpsim-oscilloscope
post-install:
${INSTALL_DATA_DIR} ${EGDIR}
diff -r 2698e3305501 -r ce65d4736742 emulators/gpsim-ptyusart/Makefile
--- a/emulators/gpsim-ptyusart/Makefile Mon Sep 19 08:45:45 2005 +0000
+++ b/emulators/gpsim-ptyusart/Makefile Mon Sep 19 09:10:23 2005 +0000
@@ -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_LIBTOOL= YES
+GCC_REQD+= 3.0
+
EGDIR= ${PREFIX}/share/examples/gpsim-ptyusart
post-install:
${INSTALL_DATA_DIR} ${EGDIR}
Home |
Main Index |
Thread Index |
Old Index