pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cross/nios2-binutils Restore .include "options.mk" lin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ddcdf781ff71
branches:  trunk
changeset: 641520:ddcdf781ff71
user:      mef <mef%pkgsrc.org@localhost>
date:      Mon Nov 10 03:34:53 2014 +0000

description:
Restore .include "options.mk" line which (accidentally) dropped at 2.23.2 to
2.24 update. This enables --sysroot option. PKGREVISION++

diffstat:

 cross/nios2-binutils/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 1997d6917e2a -r ddcdf781ff71 cross/nios2-binutils/Makefile
--- a/cross/nios2-binutils/Makefile     Mon Nov 10 03:08:09 2014 +0000
+++ b/cross/nios2-binutils/Makefile     Mon Nov 10 03:34:53 2014 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2014/10/30 21:48:47 mef Exp $
+# $NetBSD: Makefile,v 1.13 2014/11/10 03:34:53 mef Exp $
 
 DISTNAME=              binutils-2.24
 PKGNAME=               ${DISTNAME:S/^/nios2-/}
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            cross
 MASTER_SITES=          ${MASTER_SITE_GNU:=binutils/}
 EXTRACT_SUFX=          .tar.bz2
@@ -30,6 +30,8 @@
 CONFIG_SHELL=         ksh
 .endif
 
+.include               "options.mk"
+
 NIOS2_TARGET=          nios2-elf
 CONFIGURE_ARGS+=       --disable-werror --target=${NIOS2_TARGET} --disable-nls
 PLIST_SUBST+=          NIOS2_TARGET=${NIOS2_TARGET:Q}



Home | Main Index | Thread Index | Old Index