summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-07-02 17:35:10 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-07-02 17:35:10 +0000
commit29e744bc1e93a59bfe6fc1ab3ece7295465c6622 (patch)
tree6897ac07908ae25723b5ab83157885528b055d56
parent26d251cf73ec90082769b1c6694975f0dd1cda91 (diff)
downloadfreebsd-ports-29e744bc1e93a59bfe6fc1ab3ece7295465c6622.zip
- Unbreak
- Fix build after objformat removal
-rw-r--r--devel/libpeak/Makefile10
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>