Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jun 2012 15:44:25 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r717 - in branches/experimental: Mk www/firefox-beta/files
Message-ID:  <201206031544.q53FiPgn070606@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: beat
Date: Sun Jun  3 15:44:25 2012
New Revision: 717

Log:
- Back out previous commit

Requested by:	Jan Beich <jbeich AT tormail.net>

Modified:
   branches/experimental/Mk/bsd.gecko.mk
   branches/experimental/www/firefox-beta/files/patch-xpcom_base_nsStackWalk.cpp

Modified: branches/experimental/Mk/bsd.gecko.mk
==============================================================================
--- branches/experimental/Mk/bsd.gecko.mk	Sun Jun  3 13:12:30 2012	(r716)
+++ branches/experimental/Mk/bsd.gecko.mk	Sun Jun  3 15:44:25 2012	(r717)
@@ -783,7 +783,6 @@
 	@if [ -f ${MOZSRC}/${subdir}/config/system-headers ] ; then \
 		${ECHO_CMD} "fenv.h" >> ${MOZSRC}/${subdir}/config/system-headers ; \
 		${ECHO_CMD} "pthread_np.h" >> ${MOZSRC}/${subdir}/config/system-headers ; \
-		${ECHO_CMD} "unwind.h" >> ${MOZSRC}/${subdir}/config/system-headers ; \
 	fi
 .endfor
 	@${REINPLACE_CMD} -e 's|%%MOZILLA%%|${MOZILLA}|g' \

Modified: branches/experimental/www/firefox-beta/files/patch-xpcom_base_nsStackWalk.cpp
==============================================================================
--- branches/experimental/www/firefox-beta/files/patch-xpcom_base_nsStackWalk.cpp	Sun Jun  3 13:12:30 2012	(r716)
+++ branches/experimental/www/firefox-beta/files/patch-xpcom_base_nsStackWalk.cpp	Sun Jun  3 15:44:25 2012	(r717)
@@ -9,11 +9,3 @@
  #include <dlfcn.h>
  #endif
  
-@@ -1155,6 +1155,7 @@
- 
- #elif defined(HAVE__UNWIND_BACKTRACE)
- 
-+#define _GNU_SOURCE
- // libgcc_s.so symbols _Unwind_Backtrace@@GCC_3.3 and _Unwind_GetIP@@GCC_3.0
- #include <unwind.h>
- 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201206031544.q53FiPgn070606>