diff options
author | grant <grant> | 2003-09-17 19:39:58 +0000 |
---|---|---|
committer | grant <grant> | 2003-09-17 19:39:58 +0000 |
commit | 064f3d9c6232e31c6822b95e817c86d72a64dcb1 (patch) | |
tree | 0fac5bcd059b9978cb00a239158f9a96c183b38c /devel | |
parent | 9f566a5759c66fbce132aceab74dcef7d72940d6 (diff) | |
download | pkgsrc-064f3d9c6232e31c6822b95e817c86d72a64dcb1.tar.gz |
get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD or
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ddd/Makefile | 4 | ||||
-rw-r--r-- | devel/glib/Makefile | 4 | ||||
-rw-r--r-- | devel/gnome-objc/Makefile | 6 | ||||
-rw-r--r-- | devel/prc-tools/Makefile | 4 |
4 files changed, 10 insertions, 8 deletions
diff --git a/devel/ddd/Makefile b/devel/ddd/Makefile index 8bbadfd2bee..e60847dcaeb 100644 --- a/devel/ddd/Makefile +++ b/devel/ddd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2003/09/12 21:02:10 tron Exp $ +# $NetBSD: Makefile,v 1.54 2003/09/17 19:40:11 grant Exp $ # DISTNAME= ddd-3.3.7 @@ -16,7 +16,7 @@ USE_GMAKE= YES TEST_TARGET= check INFO_FILES= ddd-themes.info ddd.info -USE_GCC3= # defined +GCC_REQD= 3.0 CONFIGURE_ARGS+= --with-ncurses=no CONFIGURE_ENV+= COMPFACE="${FALSE}" diff --git a/devel/glib/Makefile b/devel/glib/Makefile index 1d0b6794485..cc542df2843 100644 --- a/devel/glib/Makefile +++ b/devel/glib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2003/09/12 20:07:12 grant Exp $ +# $NetBSD: Makefile,v 1.63 2003/09/17 19:40:13 grant Exp $ # FreeBSD Id: Makefile,v 1.2 1998/08/06 14:55:12 vanilla Exp # @@ -39,7 +39,7 @@ CONFIGURE_ENV+= glib_cv_rtldglobal_broken=no .endif .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32" -USE_GCC3= # defined +GCC_REQD= 3.0 .endif GLIB_VERSION= ${DISTNAME:S/glib-//} diff --git a/devel/gnome-objc/Makefile b/devel/gnome-objc/Makefile index e8a08e2e58e..577d5256a5b 100644 --- a/devel/gnome-objc/Makefile +++ b/devel/gnome-objc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2003/07/17 21:30:50 grant Exp $ +# $NetBSD: Makefile,v 1.15 2003/09/17 19:41:30 grant Exp $ # DISTNAME= gnome-objc-1.0.40 @@ -16,12 +16,14 @@ USE_X11= YES PTHREAD_OPTS+= require GNU_CONFIGURE= YES +USE_PKGLOCALEDIR= YES CONFIGURE_ENV+= OBJC="${CC}" USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +GCC_REQD= 3.0 + .include "../../x11/gnome-libs/buildlink2.mk" .include "../../mk/pthread.buildlink2.mk" - .include "../../mk/bsd.pkg.mk" diff --git a/devel/prc-tools/Makefile b/devel/prc-tools/Makefile index 6f052194fcc..018c65c6dd6 100644 --- a/devel/prc-tools/Makefile +++ b/devel/prc-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2003/09/12 20:07:13 grant Exp $ +# $NetBSD: Makefile,v 1.13 2003/09/17 19:40:14 grant Exp $ # DISTNAME= prc-tools-2.2 @@ -37,7 +37,7 @@ AUTOCONF_REQD= 2.50 USE_MAKEINFO= YES INFO_FILES= prc-tools.info -USE_GCC2= # defined +USE_PKGSRC_GCC= # defined #CONFIGURE_ARGS+=--target=m68k-palmos CONFIGURE_ARGS+=--enable-targets=m68k-palmos,arm-palmos |