diff options
author | miwi <miwi@FreeBSD.org> | 2007-07-03 01:35:10 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-07-03 01:35:10 +0800 |
commit | 7bf72825393bb899caa0397aa4d58fcf88d71968 (patch) | |
tree | 7be276251f9651805972128d35656017fada9ae7 /devel | |
parent | 8c956e45aed6882b57e5c9fc6eeaf52e6dca43f2 (diff) | |
download | freebsd-ports-gnome-7bf72825393bb899caa0397aa4d58fcf88d71968.tar.gz freebsd-ports-gnome-7bf72825393bb899caa0397aa4d58fcf88d71968.tar.zst freebsd-ports-gnome-7bf72825393bb899caa0397aa4d58fcf88d71968.zip |
- Unbreak
- Fix build after objformat removal
Diffstat (limited to 'devel')
-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> |