diff --git a/editors/fxite/Makefile b/editors/fxite/Makefile index eb771bf5a189..4d8c9f9b1054 100644 --- a/editors/fxite/Makefile +++ b/editors/fxite/Makefile @@ -21,4 +21,9 @@ CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -lintl" PLIST_FILES= bin/fxite -.include +.include +.if ${OSVERSION} < 701101 +BROKEN= does not build on pre 701101; needs strndup +.endif + +.include