aboutsummaryrefslogtreecommitdiffstats
path: root/editors/MathPlanner
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-09-18 06:32:22 +0800
committerkris <kris@FreeBSD.org>2004-09-18 06:32:22 +0800
commit0ccfa8c0236b5f7c904956ec89f704dde53368f5 (patch)
tree9fb271ae3979e4ef543460049f914a1a4aaf9031 /editors/MathPlanner
parent72b69892770980cbc6f096e817fb285c271154c8 (diff)
downloadfreebsd-ports-gnome-0ccfa8c0236b5f7c904956ec89f704dde53368f5.tar.gz
freebsd-ports-gnome-0ccfa8c0236b5f7c904956ec89f704dde53368f5.tar.zst
freebsd-ports-gnome-0ccfa8c0236b5f7c904956ec89f704dde53368f5.zip
BROKEN: Broken pkg-plist
Approved by: portmgr (self)
Diffstat (limited to 'editors/MathPlanner')
-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|"