diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-07-02 17:35:10 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-07-02 17:35:10 +0000 |
commit | 29e744bc1e93a59bfe6fc1ab3ece7295465c6622 (patch) | |
tree | 6897ac07908ae25723b5ab83157885528b055d56 | |
parent | 26d251cf73ec90082769b1c6694975f0dd1cda91 (diff) | |
download | freebsd-ports-29e744bc1e93a59bfe6fc1ab3ece7295465c6622.zip |
- Unbreak
- Fix build after objformat removal
-rw-r--r-- | devel/libpeak/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/devel/libpeak/Makefile b/devel/libpeak/Makefile index deb42d5aeece..cc933affea49 100644 --- a/devel/libpeak/Makefile +++ b/devel/libpeak/Makefile @@ -25,10 +25,8 @@ MAKE_ARGS= CFLAGS="${CFLAGS}" PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ LIBS="${PTHREAD_LIBS}" USE_LDCONFIG= yes -.include <bsd.port.pre.mk> +post-patch: + @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \ + ${WRKSRC}/configure -.if ${OSVERSION} > 700000 -BROKEN= Does not package (objformat fallout) -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |