Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Nov 2011 19:49:29 GMT
From:      Veniamin Gvozdikov <g.veniamin@googlemail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/162683: [update]: audio/deadbeef disable GCC 4.5
Message-ID:  <201111191949.pAJJnTML029627@red.freebsd.org>
Resent-Message-ID: <201111191950.pAJJoAII096946@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         162683
>Category:       ports
>Synopsis:       [update]: audio/deadbeef disable GCC 4.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 19 19:50:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Veniamin Gvozdikov
>Release:        8.2-RELEASE-p2
>Organization:
>Environment:
FreeBSD  8.2-RELEASE-p2 FreeBSD 8.2-RELEASE-p2 #3 r222557M: Thu Jun 16 23:58:02 CEST 2011     root@neo.vx.sk:/usr/obj/releng_8_2/sys/GENERIC  amd64
>Description:
I'm activated GCC just amd64 it's need for build without compilling errors on the amd64.
>How-To-Repeat:

>Fix:
--- Makefile.orig	2011-11-18 20:45:57.036539909 +0000
+++ Makefile	2011-11-18 20:53:42.746612279 +0000
@@ -22,7 +22,6 @@ LIB_DEPENDS=	samplerate.1:${PORTSDIR}/au
 GNU_CONFIGURE=	yes
 USE_GETTEXT=	yes
 USE_GMAKE=	yes
-USE_GCC=	4.5+
 USE_LDCONFIG=	yes
 USE_BZIP2=	yes
 USE_ICONV=	yes
@@ -70,6 +69,10 @@ OPTIONS=	PULSE "PulseAudio output plugin
 
 .include <bsd.port.options.mk>
 
+.if ${ARCH} == "amd64"
+USE_GCC=	4.5+
+.endif
+
 .if defined(WITHOUT_PULSE)
 CONFIGURE_ARGS+=	--disable-pulse
 PLIST_SUB+=	PULSE="@comment "

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201111191949.pAJJnTML029627>