aboutsummaryrefslogtreecommitdiff
path: root/lang/gnatdroid-binutils
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-04-10 00:34:48 +0000
committerJohn Marino <marino@FreeBSD.org>2014-04-10 00:34:48 +0000
commit65f2051631a6dd1ebce1ce9a07a142186ed0eef8 (patch)
tree308f40862a08348a6d7a3a38710c3ae7f0a024e4 /lang/gnatdroid-binutils
parenteeaf3324e33d5218b0b9b1d9cf964a9f31a255b2 (diff)
Notes
Diffstat (limited to 'lang/gnatdroid-binutils')
-rw-r--r--lang/gnatdroid-binutils/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/gnatdroid-binutils/Makefile b/lang/gnatdroid-binutils/Makefile
index 05b8183d754a..bee8c95d7908 100644
--- a/lang/gnatdroid-binutils/Makefile
+++ b/lang/gnatdroid-binutils/Makefile
@@ -3,7 +3,7 @@
PORTNAME= binutils
PORTVERSION= 2.24
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEWARE}
MASTER_SITE_SUBDIR= binutils/releases
@@ -15,7 +15,7 @@ COMMENT= Infrastructure for C/Ada Android cross-compiler
LICENSE= GPLv3 LGPL3
LICENSE_COMB= multi
-BUILD_DEPENDS= gnatdroid-sysroot=19:${PORTSDIR}/lang/gnatdroid-sysroot \
+BUILD_DEPENDS= gnatdroid-sysroot>=19:${PORTSDIR}/lang/gnatdroid-sysroot \
${LOCALBASE}/lib/libgmp.so:${PORTSDIR}/math/gmp \
${LOCALBASE}/lib/libmpfr.so:${PORTSDIR}/math/mpfr
RUN_DEPENDS:= ${BUILD_DEPENDS}
@@ -27,12 +27,12 @@ NO_MTREE= yes
NO_LICENSES_INSTALL= yes
WRKSRC= ${WRKDIR}/binutils-${PORTVERSION}
-PREFIX= ${LOCALBASE}/android19
+PREFIX= ${LOCALBASE}/android
BRANCH1= ARMv5
BRANCH2= ARMv7
BR1_PREFIX= ${PREFIX}/${BRANCH1}
BR2_PREFIX= ${PREFIX}/${BRANCH2}
-ARMTARGET= arm-android-eabi
+ARMTARGET= arm-aux-linux-androideabi
PLIST_SUB+= TARGET="${ARMTARGET}"
PLIST_SUB+= BRANCH1="${BRANCH1}"
PLIST_SUB+= BRANCH2="${BRANCH2}"