From 826de7f2ba1ece0a8bd08a2e072b41b0e11de710 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Fri, 17 Sep 2004 22:32:22 +0000 Subject: [PATCH] BROKEN: Broken pkg-plist Approved by: portmgr (self) --- editors/MathPlanner/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/editors/MathPlanner/Makefile b/editors/MathPlanner/Makefile index 86c7f6fd7da7..021a55f82312 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|"