libstatgrab doesn't compile on FreeBSD 5.x. This is a problem with the
package rather than the port. The next release will hopefully fix this. Pointed out by: kris PR: 53385 Submitted by: Tim Bishop <tim@bishnet.net>
This commit is contained in:
parent
442de8175b
commit
4c01ca9423
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83145
1 changed files with 9 additions and 1 deletions
|
@ -19,4 +19,12 @@ GNU_CONFIGURE= yes
|
|||
INSTALLS_SHLIB= yes
|
||||
USE_LIBTOOL= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500000
|
||||
IGNORE= "does not currently support FreeBSD 5.x"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue