- Fix build on RELENG_6
Approved by: portmgr (erwin@)
This commit is contained in:
@@ -18,10 +18,6 @@ PLIST_FILES= bin/setcdboot
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 600100 && ${OSVERSION} < 700000
|
||||
BROKEN= Does not compile on FreeBSD 6.x
|
||||
.endif
|
||||
|
||||
do-fetch:
|
||||
|
||||
do-extract:
|
||||
|
||||
@@ -62,7 +62,7 @@ struct ptable_ent {
|
||||
|
||||
/* XXX these should be in the system headers */
|
||||
#include <osreldate.h>
|
||||
#if __FreeBSD_version < 700003
|
||||
#if __FreeBSD_version < 600032
|
||||
static __inline int
|
||||
isonum_722(u_char *p)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user