diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-29 12:53:22 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-29 12:53:22 +0000 |
commit | 2de8095fb1227da3e1b3fecabff30305eb541a55 (patch) | |
tree | 1dc7af1cbc66eb2ae3d847b161c28c58b0abeba9 /palm | |
parent | 9a998dea98abca0ddc3f5d5294ee05f0ce0560a3 (diff) | |
download | ports-2de8095fb1227da3e1b3fecabff30305eb541a55.tar.gz ports-2de8095fb1227da3e1b3fecabff30305eb541a55.zip |
- Fix after objformat removal
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=188752
Diffstat (limited to 'palm')
-rw-r--r-- | palm/synce-multisync/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/palm/synce-multisync/Makefile b/palm/synce-multisync/Makefile index be1ba358622a..3eefdb6a3324 100644 --- a/palm/synce-multisync/Makefile +++ b/palm/synce-multisync/Makefile @@ -27,4 +27,7 @@ CONFIGURE_ARGS+= --with-librapi=${LOCALBASE} \ --with-librra=${LOCALBASE} \ --with-multisync-include=${LOCALBASE}/include/multisync +post-patch: + @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure + .include <bsd.port.mk> |