svn commit: r411853 - head/www/firefox/files

Jan Beich jbeich at FreeBSD.org
Fri Mar 25 15:32:44 UTC 2016


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


More information about the svn-ports-all mailing list