From b1745159b6126053160e10b0c41aed76fa59c4bd Mon Sep 17 00:00:00 2001 From: Wen Heping Date: Thu, 28 Oct 2010 10:59:44 +0000 Subject: [PATCH] - Fix build on FreeBSD-6 --- audio/py-pyliblo/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/audio/py-pyliblo/Makefile b/audio/py-pyliblo/Makefile index 8a1dc2af5081..f4dd0a3bb92c 100644 --- a/audio/py-pyliblo/Makefile +++ b/audio/py-pyliblo/Makefile @@ -37,4 +37,10 @@ post-install: ${INSTALL_MAN} ${WRKSRC}/doc/examples.html ${DOCSDIR} .endif -.include +.include + +.if ${OSVERSION} < 700000 +USE_GCC= 4.2+ +.endif + +.include