Subject: PR/25402 CVS commit: pkgsrc/audio/arts
To: None <linux-pkg-people@netbsd.org, gnats-admin@netbsd.org,>
From: Jeremy C. Reed <reed@netbsd.org>
List: pkgsrc-bugs
Date: 04/29/2005 13:50:02
The following reply was made to PR pkg/25402; it has been noted by GNATS.

From: "Jeremy C. Reed" <reed@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/25402 CVS commit: pkgsrc/audio/arts
Date: Fri, 29 Apr 2005 13:49:02 +0000 (UTC)

 Module Name:	pkgsrc
 Committed By:	reed
 Date:		Fri Apr 29 13:49:02 UTC 2005
 
 Modified Files:
 	pkgsrc/audio/arts: Makefile
 
 Log Message:
 For Linux, add workaround for bug noted in PR #25402.
 arts fails to build under Linux with many lines like:
   .libs/kmedia2.o(.gnu.linkonce.d._ZTIN4Arts20VideoPlayObject_baseE+0x10):../mcop/common.h:72: undefined reference to `typeinfo for Arts::Object_base'
 
 Use BUILDLINK_TRANSFORM to remove
 -Wl,--allow-shlib-undefined
 -Wl,--no-undefined
 
 (Note that KDE packages still have same problem.)
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.39 -r1.40 pkgsrc/audio/arts/Makefile
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.