summaryrefslogtreecommitdiff
path: root/comms/rxtx
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-03-29 12:53:22 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-03-29 12:53:22 +0000
commit2de8095fb1227da3e1b3fecabff30305eb541a55 (patch)
tree1dc7af1cbc66eb2ae3d847b161c28c58b0abeba9 /comms/rxtx
parent- Cleanup objformat-removal fallout (diff)
- Fix after objformat removal
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=188752
Diffstat (limited to 'comms/rxtx')
-rw-r--r--comms/rxtx/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/comms/rxtx/Makefile b/comms/rxtx/Makefile
index 9eccbb529027..157de03b76b8 100644
--- a/comms/rxtx/Makefile
+++ b/comms/rxtx/Makefile
@@ -27,4 +27,7 @@ CONFIGURE_ENV= JAVA_HOME=${JAVA_HOME}
PREFIX= ${JAVA_HOME}/jre
NO_MTREE= yes
+post-patch:
+ @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure ${WRKSRC}/ltconfig
+
.include <bsd.port.mk>