Date: Sat, 9 Feb 2013 06:46:37 GMT From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1167 - trunk/Mk Message-ID: <201302090646.r196kbRd054809@trillian.chruetertee.ch>
next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sat Feb 9 06:46:37 2013
New Revision: 1167
Log:
respect ABI version of the libs again
Only audio/esound has a mismatch with
widget/qt/nsSound.cpp:elib = PR_LoadLibrary("libesd.so.0");
but the line's used only in cairo-qt case, may disappear along with
nsISound::Play() and wasn't confirmed to work with the workaround.
Modified:
trunk/Mk/bsd.gecko.mk
Modified: trunk/Mk/bsd.gecko.mk
==============================================================================
--- trunk/Mk/bsd.gecko.mk Sat Feb 9 05:52:56 2013 (r1166)
+++ trunk/Mk/bsd.gecko.mk Sat Feb 9 06:46:37 2013 (r1167)
@@ -933,8 +933,6 @@
-e 's|mozilla/plugins|browser_plugins|g' \
${MOZSRC}/xpcom/io/nsAppFileLocationProvider.cpp \
${MOZSRC}/toolkit/xre/nsXREDirProvider.cpp
- @${GREP} -lr 'PR_LoadLibrary.*\.so\.[0-9]' ${WRKSRC} | ${XARGS} \
- ${REINPLACE_CMD} -Ee '/PR_LoadLibrary/s/(\.so)\.[0-9]+/\1/'
.if ${CXX} == "clang++" && ${OSVERSION} < 900506
@${GREP} -Flr -- '-mss' ${WRKSRC} | ${XARGS} \
${REINPLACE_CMD} -e 's/-mss/-mmmx &/'
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302090646.r196kbRd054809>
