pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/goom This package needs gcc-3.0 because it uses ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8b7b6a257ab3
branches:  trunk
changeset: 490590:8b7b6a257ab3
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Mar 15 20:08:18 2005 +0000

description:
This package needs gcc-3.0 because it uses some inline assembler syntax
that gcc-2.95.3 does not understand. If the package breaks with gcc-3.0,
please increase GCC_REQD to 3.3 (which I tested). Approved by jlam.

diffstat:

 audio/goom/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r acdf0cbea142 -r 8b7b6a257ab3 audio/goom/Makefile
--- a/audio/goom/Makefile       Tue Mar 15 17:03:16 2005 +0000
+++ b/audio/goom/Makefile       Tue Mar 15 20:08:18 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2005/02/26 02:07:19 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2005/03/15 20:08:18 rillig Exp $
 #
 
 DISTNAME=              goom-2k4-0-src
@@ -16,6 +16,7 @@
 USE_LIBTOOL=           yes
 PKGCONFIG_OVERRIDE+=   ${WRKSRC}/libgoom2.pc.in
 GNU_CONFIGURE=         yes
+GCC_REQD+=             3.3
 
 .include "../../devel/pkgconfig/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"



Home | Main Index | Thread Index | Old Index