Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Mar 2016 15:32:43 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r411853 - head/www/firefox/files
Message-ID:  <201603251532.u2PFWhuS092200@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri Mar 25 15:32:43 2016
New Revision: 411853
URL: https://svnweb.freebsd.org/changeset/ports/411853

Log:
  www/firefox: unbreak build with USE_MOZILLA=-soundtouch after r401981
  
  ../../dom/media/Unified_cpp_dom_media0.o: In function `mozilla::AudioStream::~AudioStream()':
  /obj/dom/media/Unified_cpp_dom_media0.cpp:(.text+0x44f0): undefined reference to `soundtouch::destroySoundTouchObj(soundtouch::SoundTouch*)'
  /usr/bin/ld: ../../dom/media/Unified_cpp_dom_media0.o: relocation R_X86_64_PC32 against `_ZN10soundtouch20destroySoundTouchObjEPNS_10SoundTouchE' can not be used when making a shared object; recompile with -fPIC
  /usr/bin/ld: final link failed: Bad value

Modified:
  head/www/firefox/files/patch-z-bug517422   (contents, props changed)

Modified: head/www/firefox/files/patch-z-bug517422
==============================================================================
--- head/www/firefox/files/patch-z-bug517422	Fri Mar 25 15:31:08 2016	(r411852)
+++ head/www/firefox/files/patch-z-bug517422	Fri Mar 25 15:32:43 2016	(r411853)
@@ -62,17 +62,6 @@ diff --git config/system-headers config/
 index bef567c..9807c29 100644
 --- config/system-headers
 +++ config/system-headers
-@@ -1257,8 +1257,10 @@ X11/Xlocale.h
- X11/Xos.h
- X11/Xutil.h
- zmouse.h
-+#if MOZ_NATIVE_SOUNDTOUCH==1
- soundtouch/SoundTouch.h
- soundtouch/SoundTouchFactory.h
-+#endif
- #if MOZ_LIBAV_FFT==1
- libavcodec/avfft.h
- #endif
 @@ -1364,3 +1363,17 @@ graphite2/Segment.h
  harfbuzz/hb-ot.h
  harfbuzz/hb.h



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