diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libelf/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/libelf/Makefile b/devel/libelf/Makefile index 22a08a04bb8e..98b61cd32a34 100644 --- a/devel/libelf/Makefile +++ b/devel/libelf/Makefile @@ -25,6 +25,10 @@ USE_GETTEXT= yes NOMAN= defined +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 600102 + USE_REINPLACE= yes FILES_TO_PATCH=lib/32.fsize.c lib/64.xlatetof.c lib/cook.c lib/gelf.h lib/gelftrans.c @@ -35,4 +39,6 @@ post-patch: -e 's/Elf64_Sxword/Elf64_Sword/g' \ ${FILES_TO_PATCH:S,^,${WRKSRC}/,} -.include <bsd.port.mk> +.endif + +.include <bsd.port.post.mk> |