diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-01-25 15:50:37 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-01-25 15:50:37 +0000 |
commit | dde7ea9d1eee379a1c752e96f6ee7b35da3a3d66 (patch) | |
tree | 100c6ea3e434c9c8ce2c34ba495f6fa02107d841 | |
parent | e7a98f122ad9be9d2b5da23767187b753c7584cb (diff) |
fix build on -stable
Noticed by: bento via kris
Notes
Notes:
svn path=/head/; revision=99089
-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> |