From 7bf72825393bb899caa0397aa4d58fcf88d71968 Mon Sep 17 00:00:00 2001 From: miwi Date: Mon, 2 Jul 2007 17:35:10 +0000 Subject: - Unbreak - Fix build after objformat removal --- devel/libpeak/Makefile | 10 ++++------ 1 file 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 +post-patch: + @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \ + ${WRKSRC}/configure -.if ${OSVERSION} > 700000 -BROKEN= Does not package (objformat fallout) -.endif - -.include +.include -- cgit