diff options
author | pav <pav@FreeBSD.org> | 2007-03-29 20:53:22 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-03-29 20:53:22 +0800 |
commit | 39b49e297af006116ff7a1e93f514fc7edd09cf9 (patch) | |
tree | e64fb226b367a123baf539b97982185415b57b66 /comms/rxtx | |
parent | c815d163bdbb935073043494b80018588d7e63cc (diff) | |
download | freebsd-ports-gnome-39b49e297af006116ff7a1e93f514fc7edd09cf9.tar.gz freebsd-ports-gnome-39b49e297af006116ff7a1e93f514fc7edd09cf9.tar.zst freebsd-ports-gnome-39b49e297af006116ff7a1e93f514fc7edd09cf9.zip |
- Fix after objformat removal
Reported by: pointyhat
Diffstat (limited to 'comms/rxtx')
-rw-r--r-- | comms/rxtx/Makefile | 3 |
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> |