pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/libvisual libvisual uses inline assembler syntax...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/48561c82492a
branches:  trunk
changeset: 490593:48561c82492a
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Mar 15 20:28:25 2005 +0000

description:
libvisual uses inline assembler syntax that gcc-2.95.3 does not
understand. I assume gcc-3.0 will understand. For sure, gcc-3.3 will, as
I have successfully  built the package with it. Approved by jlam.

diffstat:

 audio/libvisual/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r ca2ccd370aae -r 48561c82492a audio/libvisual/Makefile
--- a/audio/libvisual/Makefile  Tue Mar 15 20:24:30 2005 +0000
+++ b/audio/libvisual/Makefile  Tue Mar 15 20:28:25 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/02/20 15:06:17 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2005/03/15 20:28:25 rillig Exp $
 #
 
 DISTNAME=              libvisual-0.2.0
@@ -15,8 +15,8 @@
 PKGCONFIG_OVERRIDE+=   ${WRKSRC}/libvisual.pc.in
 GNU_CONFIGURE=         yes
 
-# Remove option that gcc 2.95 does not understand.
-BUILDLINK_TRANSFORM+=  rm:-Wno-unused-variable
+# works with gcc-3.3, so this might have to be increased to 3.3
+GCC_REQD+=             3.0
 
 .include "../../devel/pkgconfig/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index