pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
ppc-morphos-binutils: Minor fixes
Module Name: pkgsrc-wip
Committed By: Jonathan Schleifer <js%nil.im@localhost>
Pushed By: js
Date: Sat Jan 25 14:59:48 2020 +0100
Changeset: 4328dce5f8a4565346beb3bde113ab9655e9ab48
Modified Files:
ppc-morphos-binutils/Makefile
Log Message:
ppc-morphos-binutils: Minor fixes
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4328dce5f8a4565346beb3bde113ab9655e9ab48
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
ppc-morphos-binutils/Makefile | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diffs:
diff --git a/ppc-morphos-binutils/Makefile b/ppc-morphos-binutils/Makefile
index 7c3fbf9a80..b59eb13cda 100644
--- a/ppc-morphos-binutils/Makefile
+++ b/ppc-morphos-binutils/Makefile
@@ -11,10 +11,10 @@ HOMEPAGE= https://www.morphos-team.net/
COMMENT= Binutils for ppc-morphos
LICENSE= gnu-gpl-v3
-WRKSRC= ${WRKDIR}/sdk-source/binutils/binutils-2.33.1
+WRKSRC= ${WRKDIR}/sdk-source/binutils/binutils-${PKGVERSION_NOREV}
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
-USE_TOOLS+= xzcat gtar patch
+USE_TOOLS+= xzcat gtar patch gmake
OBJDIR= ../build
CONFIGURE_DIRS= ${OBJDIR}
@@ -28,11 +28,11 @@ CONFIGURE_ARGS+= CFLAGS="${CFLAGS} -DMORPHOS_TARGET"
post-extract:
${RUN} cd ${WRKDIR}/sdk-source/binutils && \
- ${XZCAT} binutils-2.33.1.tar.xz | ${GTAR} xf -
+ ${XZCAT} binutils-${PKGVERSION_NOREV}.tar.xz | ${GTAR} xf -
do-patch:
${RUN} cd ${WRKDIR}/sdk-source/binutils && \
- ${PATCH} -p0 <binutils-2.33.1-morphos.diff
+ ${PATCH} -p0 <binutils-${PKGVERSION_NOREV}-morphos.diff
pre-configure:
${RUN} cd ${WRKSRC} && ${MKDIR} ${OBJDIR}
Home |
Main Index |
Thread Index |
Old Index