[SVN-Commit] r1167 - trunk/Mk
svn-freebsd-gecko at chruetertee.ch
svn-freebsd-gecko at chruetertee.ch
Sat Feb 9 06:46:44 UTC 2013
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 &/'
More information about the freebsd-gecko
mailing list