diff options
-rw-r--r-- | editors/MathPlanner/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/MathPlanner/Makefile b/editors/MathPlanner/Makefile index 86c7f6fd7da..021a55f8231 100644 --- a/editors/MathPlanner/Makefile +++ b/editors/MathPlanner/Makefile @@ -26,6 +26,10 @@ CONFIGURE_ENV= QTDIR="${QT_PREFIX}" BROKEN= "Does not compile with gcc 2.95.x" .endif +.if ${OSVERSION} >= 502126 +BROKEN= "Broken pkg-plist" +.endif + post-patch: @${GREP} -lR "malloc\.h" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} \ -e "s|malloc\.h|stdlib.h|" |