diff options
Diffstat (limited to 'devel/libcwd')
-rw-r--r-- | devel/libcwd/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/libcwd/Makefile b/devel/libcwd/Makefile index cf78331313a0..d25af737af42 100644 --- a/devel/libcwd/Makefile +++ b/devel/libcwd/Makefile @@ -22,4 +22,8 @@ CONFIGURE_ARGS= --disable-threading USE_GMAKE= yes INSTALLS_SHLIB= yes +# dirty hack +post-configure: + @${CP} -f ${WRKSRC}/include/sys.ho ${WRKSRC}/include/sys.h + .include <bsd.port.mk> |