diff options
Diffstat (limited to 'editors/lfhex/Makefile')
-rw-r--r-- | editors/lfhex/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/lfhex/Makefile b/editors/lfhex/Makefile index ba07b73fe76f..e1df23121ecf 100644 --- a/editors/lfhex/Makefile +++ b/editors/lfhex/Makefile @@ -34,10 +34,10 @@ PLIST_FILES= bin/lfhex .include <bsd.port.pre.mk> +post-patch: .if ${OSVERSION} >= 700042 -.if ${ARCH} == "i386" -BROKEN= Does not compile with GCC 4.2 -.endif + ${REINPLACE_CMD} -e 's|abs|llabs|g' \ + ${WRKSRC}/src/reader.cpp .endif .include <bsd.port.post.mk> |