Builds fine on 4.x since last update.

Noted by: Chris Pressey
This commit is contained in:
Volker Stolz 2007-01-29 07:09:54 +00:00
parent 854296171f
commit bb6528fc52
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183601

View file

@ -31,10 +31,6 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-pthreads \
--mandir=${PREFIX}/man
.if (${OSVERSION} < 500000)
BROKEN= missing data type declarations
.endif
.if ${ARCH} == "ia64"
BROKEN= dumps core during build on ${ARCH}
.endif