Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Nov 2000 01:48:11 +0200 (IST)
From:      roman@xpert.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/22608: MAINTAINER UPDATE: audio/id3lib (Makefile fix)
Message-ID:  <200011042348.eA4NmBc46843@alchemy.oven.org>

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

>Number:         22608
>Category:       ports
>Synopsis:       The port needs g++ 2.95.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 04 15:50:00 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Roman Shterenzon
>Release:        FreeBSD 4.2-BETA i386
>Organization:
>Environment:

RELENG_3

>Description:

The C++ code in this port cannot be compiled with 2.7.2.3 g++ which shipps
with RELENG_3.


>How-To-Repeat:


>Fix:


diff -ur /usr/ports/audio/id3lib/Makefile id3lib/Makefile
--- /usr/ports/audio/id3lib/Makefile	Sat Oct 28 09:19:06 2000
+++ id3lib/Makefile	Sun Nov  5 01:44:53 2000
@@ -15,6 +15,7 @@
 
 LIB_DEPENDS=	popt.0:${PORTSDIR}/devel/popt
 
+USE_NEWGCC=	yes
 INSTALLS_SHLIB=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	LDFLAGS="-L${PREFIX}/lib" CPPFLAGS="-I${PREFIX}/include"

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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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