From 49a1cdc13f121961e56bc8f8302be946d9b6ff1b Mon Sep 17 00:00:00 2001 From: vs Date: Thu, 21 Apr 2005 08:14:09 +0000 Subject: Fix the build on 4.x by using gcc3 until somebody comes up with a better solution. --- math/py-matplotlib/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'math/py-matplotlib') 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 +.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" -- cgit