1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Unbreak for 3.x .

This commit is contained in:
Bill Fenner 2000-03-08 02:46:22 +00:00
parent 1a5149403c
commit d4dbb89f9d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26636
2 changed files with 1 additions and 5 deletions

View File

@ -22,10 +22,6 @@ WRKSRC= ${WRKDIR}/wmmon.app/wmmon
.include <bsd.port.pre.mk>
.if $(OSVERSION) < 400000
#BROKEN= 'cannot compile with 3-stable'
.endif
.if !defined(NOPORTDOCS)
post-install:
${MKDIR} ${PREFIX}/share/doc/wmmon

View File

@ -42,7 +42,7 @@
+ #endif
+ #include <sys/sysctl.h>
+ #include <sys/time.h>
+ #if __FreeBSD_version >= 400000 && __FreeBSD_version < 400005
+ #if __FreeBSD_version < 400005
+ #include <sys/rlist.h>
+ #endif
+ #include <sys/vmmeter.h>