mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Unbreak for 3.x .
This commit is contained in:
parent
1a5149403c
commit
d4dbb89f9d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26636
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user