aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libcwd
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2004-01-25 23:50:37 +0800
committerijliao <ijliao@FreeBSD.org>2004-01-25 23:50:37 +0800
commit0da014f5dd3acf0f40a7d142cf5b679dafe09b25 (patch)
tree03ab8f164555d29e977f1de845c5b0d7444990b0 /devel/libcwd
parent2f1c8482a7a47e55fb58e4e407c26f054aaa477b (diff)
downloadfreebsd-ports-gnome-0da014f5dd3acf0f40a7d142cf5b679dafe09b25.tar.gz
freebsd-ports-gnome-0da014f5dd3acf0f40a7d142cf5b679dafe09b25.tar.zst
freebsd-ports-gnome-0da014f5dd3acf0f40a7d142cf5b679dafe09b25.zip
fix build on -stable
Noticed by: bento via kris
Diffstat (limited to 'devel/libcwd')
-rw-r--r--devel/libcwd/Makefile4
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>