diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-17 22:32:22 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-17 22:32:22 +0000 |
commit | 826de7f2ba1ece0a8bd08a2e072b41b0e11de710 (patch) | |
tree | 5e269cbf53f72a4dc092dfb03b674f879296c1c4 /editors/MathPlanner | |
parent | 639dd4e31b178ea5310cf7b3da4adc11a9539659 (diff) | |
download | ports-826de7f2ba1ece0a8bd08a2e072b41b0e11de710.tar.gz ports-826de7f2ba1ece0a8bd08a2e072b41b0e11de710.zip |
Notes
Diffstat (limited to 'editors/MathPlanner')
-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 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|" |