aboutsummaryrefslogtreecommitdiff
path: root/math/py-matplotlib
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-04-21 08:14:09 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-04-21 08:14:09 +0000
commit8f61098ad39b955f027b09bf3ca2e44753e63547 (patch)
tree74ae2a402b611a6cc6949fa1e328d74160ebe771 /math/py-matplotlib
parentf222a95b8e70e6f68207d1d55d41ada521227164 (diff)
downloadports-8f61098ad39b955f027b09bf3ca2e44753e63547.tar.gz
ports-8f61098ad39b955f027b09bf3ca2e44753e63547.zip
Fix the build on 4.x by using gcc3 until somebody comes up with a better solution.
Notes
Notes: svn path=/head/; revision=133822
Diffstat (limited to 'math/py-matplotlib')
-rw-r--r--math/py-matplotlib/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/math/py-matplotlib/Makefile b/math/py-matplotlib/Makefile
index 265f7b5c20e4..f75efae44a3d 100644
--- a/math/py-matplotlib/Makefile
+++ b/math/py-matplotlib/Makefile
@@ -44,6 +44,10 @@ PLISTDIR+= ${EXAMPLESDIR}
.include <bsd.port.pre.mk>
+.if ( ${OSVERSION} < 500000)
+USE_GCC= 3.4
+.endif
+
post-patch:
@${GREP} -lR "share/matplotlib" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} \
-e "s,share/matplotlib,share/py-matplotlib,g"