aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-07-03 01:35:10 +0800
committermiwi <miwi@FreeBSD.org>2007-07-03 01:35:10 +0800
commit7bf72825393bb899caa0397aa4d58fcf88d71968 (patch)
tree7be276251f9651805972128d35656017fada9ae7 /devel
parent8c956e45aed6882b57e5c9fc6eeaf52e6dca43f2 (diff)
downloadfreebsd-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/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>