aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-17 22:32:22 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-17 22:32:22 +0000
commit826de7f2ba1ece0a8bd08a2e072b41b0e11de710 (patch)
tree5e269cbf53f72a4dc092dfb03b674f879296c1c4
parent639dd4e31b178ea5310cf7b3da4adc11a9539659 (diff)
downloadports-826de7f2ba1ece0a8bd08a2e072b41b0e11de710.tar.gz
ports-826de7f2ba1ece0a8bd08a2e072b41b0e11de710.zip
Notes
-rw-r--r--editors/MathPlanner/Makefile4
1 files changed, 4 insertions, 0 deletions
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|"