summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2007-06-28 17:20:33 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2007-06-28 17:20:33 +0000
commit602f01c5e2b0c5cc792ab767f7bcbb4b25e8ec4e (patch)
treeb27823ee2b2523de08210d0af87f1b2816935f83 /comms
parent- Fix the build with newish GCC [1] (diff)
- Use ARCH instead of MACHINE_ARCH
Approved by: Jean-Baptiste Quenot <jbq@caraldi.com> (maintainer, implicit), pav
Diffstat (limited to 'comms')
-rw-r--r--comms/rxtx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/rxtx/Makefile b/comms/rxtx/Makefile
index 659ab6b53d1b..868d311af894 100644
--- a/comms/rxtx/Makefile
+++ b/comms/rxtx/Makefile
@@ -28,7 +28,7 @@ CONFIGURE_ENV= JAVA_HOME=${JAVA_HOME}
PREFIX= ${JAVA_HOME}/jre
NO_MTREE= yes
-PLIST_SUB= ARCH=${MACHINE_ARCH}
+PLIST_SUB= ARCH=${ARCH}
post-patch:
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure ${WRKSRC}/ltconfig