Date: Thu, 21 Jun 2012 16:59:38 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/osd-lyrics Makefile ports/audio/osd-lyrics/files patch-free-visibility Message-ID: <201206211659.q5LGxcFi072935@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
danfe 2012-06-21 16:59:38 UTC FreeBSD ports repository Modified files: audio/osd-lyrics Makefile Added files: audio/osd-lyrics/files patch-free-visibility Log: Unbreak on FreeBSD 9.X and -CURRENT after r215840: #include <stdlib.h> inside `#pragma GCC visibility push(hidden)' results in free() symbol being .hidden, and linker woes. As a remedy, temporarily revert visibility to default when including this header (probably not the best way to solve the problem though). While here, pacify portlint(1) by removing hard-coded shlib ABI versions in LIB_DEPENDS. Reported by: pointyhat (via pav, erwin) Revision Changes Path 1.7 +5 -7 ports/audio/osd-lyrics/Makefile 1.1 +24 -0 ports/audio/osd-lyrics/files/patch-free-visibility (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201206211659.q5LGxcFi072935>