Subject: CVS commit: pkgsrc/audio/arts
To: None <pkgsrc-changes@NetBSD.org>
From: Jeremy C. Reed <reed@netbsd.org>
List: pkgsrc-changes
Date: 04/29/2005 13:49:02
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.