From 39b49e297af006116ff7a1e93f514fc7edd09cf9 Mon Sep 17 00:00:00 2001 From: pav Date: Thu, 29 Mar 2007 12:53:22 +0000 Subject: - Fix after objformat removal Reported by: pointyhat --- comms/rxtx/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'comms/rxtx') 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 -- cgit