diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-06-28 17:20:33 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-06-28 17:20:33 +0000 |
commit | 602f01c5e2b0c5cc792ab767f7bcbb4b25e8ec4e (patch) | |
tree | b27823ee2b2523de08210d0af87f1b2816935f83 /comms/rxtx | |
parent | 6f9f2edac6b8179e7919998b735139c224bfa754 (diff) | |
download | ports-602f01c5e2b0c5cc792ab767f7bcbb4b25e8ec4e.tar.gz ports-602f01c5e2b0c5cc792ab767f7bcbb4b25e8ec4e.zip |
Notes
Diffstat (limited to 'comms/rxtx')
-rw-r--r-- | comms/rxtx/Makefile | 2 |
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 |