pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/cross/h8300-elf-gcc shut up pkglint



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9977c7a9af6f
branches:  trunk
changeset: 367979:9977c7a9af6f
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sat Sep 09 15:17:12 2017 +0000

description:
shut up pkglint

diffstat:

 cross/h8300-elf-gcc/Makefile |  13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diffs (39 lines):

diff -r 62d22b3bc6f6 -r 9977c7a9af6f cross/h8300-elf-gcc/Makefile
--- a/cross/h8300-elf-gcc/Makefile      Sat Sep 09 15:15:03 2017 +0000
+++ b/cross/h8300-elf-gcc/Makefile      Sat Sep 09 15:17:12 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/10/24 22:34:19 ryoon Exp $
+# $NetBSD: Makefile,v 1.3 2017/09/09 15:17:12 dholland Exp $
 
 DISTNAME=              gcc-6.2.0
 PKGNAME=               cross-h8300-elf-${DISTNAME}
@@ -8,13 +8,14 @@
 EXTRACT_SUFX=          .tar.bz2
 DISTFILES=             ${DISTNAME}${EXTRACT_SUFX} \
                        newlib-${NEWLIBVER}.tar.gz
-NEWLIBVER=             2.4.0
-SITES.newlib-${NEWLIBVER}.tar.gz=      ftp://sources.redhat.com/pub/newlib/
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              #empty
 COMMENT=               GCC compiler for h8300-elf
 
+NEWLIBVER=             2.4.0
+SITES.newlib-${NEWLIBVER}.tar.gz=      ftp://sources.redhat.com/pub/newlib/
+
 DEPENDS+=      cross-h8300-elf-binutils-[0-9]*:../../cross/h8300-elf-binutils
 
 .include "../../mk/bsd.prefs.mk"
@@ -41,9 +42,9 @@
 CONFIGURE_ARGS+=       --enable-languages=c
 CONFIGURE_ARGS+=       --with-newlib
 CONFIGURE_ARGS+=       --disable-libstdcxx-pch
-CONFIGURE_ARGS+=        --with-gmp=${BUILDLINK_PREFIX.gmp}
-CONFIGURE_ARGS+=        --with-mpc=${BUILDLINK_PREFIX.mpcomplex}
-CONFIGURE_ARGS+=        --with-mpfr=${BUILDLINK_PREFIX.mpfr}
+CONFIGURE_ARGS+=       --with-gmp=${BUILDLINK_PREFIX.gmp}
+CONFIGURE_ARGS+=       --with-mpc=${BUILDLINK_PREFIX.mpcomplex}
+CONFIGURE_ARGS+=       --with-mpfr=${BUILDLINK_PREFIX.mpfr}
 MAKE_ENV+=             SHELL=${CONFIG_SHELL}
 INFO_FILES=            yes
 



Home | Main Index | Thread Index | Old Index