head	1.3;
access;
symbols
	RELEASE_9_0_0:1.2
	old_RELEASE_7_4_0:1.1
	old_RELEASE_8_2_0:1.1
	old_RELEASE_6_EOL:1.1
	old_RELEASE_8_1_0:1.1
	old_RELEASE_7_3_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2012.01.15.17.59.46;	author eadler;	state dead;
branches;
next	1.2;

1.2
date	2011.03.22.15.17.24;	author beat;	state Exp;
branches;
next	1.1;

1.1
date	2010.02.07.21.48.44;	author beat;	state Exp;
branches;
next	;


desc
@@


1.3
log
@We don't support releng6

Approved by:	gecko (flo)
@
text
@--- media/libsydneyaudio/src/Makefile.in.orig	2009-08-11 17:22:08.000000000 +0200
+++ media/libsydneyaudio/src/Makefile.in	2009-08-11 17:22:36.000000000 +0200
@@@@ -45,6 +45,12 @@@@
 LIBRARY_NAME	= sydneyaudio
 FORCE_STATIC_LIB= 1
 
+ifeq ($(OS_ARCH),FreeBSD)
+CSRCS		= \
+		sydney_audio_pulseaudio.c \
+		$(NULL)
+endif
+
 ifeq ($(OS_ARCH),Linux)
 CSRCS		= \
 		sydney_audio_alsa.c \
--- toolkit/library/Makefile.in.orig	2009-08-11 17:22:45.000000000 +0200
+++ toolkit/library/Makefile.in	2009-08-11 17:23:22.000000000 +0200
@@@@ -231,12 +231,12 @@@@
 endif
 
 ifeq (gtk2,$(MOZ_WIDGET_TOOLKIT))
-EXTRA_DSO_LDOPTS += $(XLDFLAGS) $(XLIBS) $(XEXT_LIBS) $(XCOMPOSITE_LIBS) $(MOZ_PANGO_LIBS) $(MOZ_GTK2_LIBS) $(XT_LIBS) -lgthread-2.0
+EXTRA_DSO_LDOPTS += $(XLDFLAGS) $(XLIBS) $(XEXT_LIBS) $(XCOMPOSITE_LIBS) $(MOZ_PANGO_LIBS) $(MOZ_GTK2_LIBS) $(XT_LIBS) -lgthread-2.0  -lpulse -lpthread
 EXTRA_DSO_LDOPTS += $(FT2_LIBS)
 endif
 
 ifeq (qt,$(MOZ_WIDGET_TOOLKIT))
-EXTRA_DSO_LDOPTS += $(XLDFLAGS) $(XLIBS) $(XT_LIBS) $(MOZ_QT_LIBS) -lgthread-2.0
+EXTRA_DSO_LDOPTS += $(XLDFLAGS) $(XLIBS) $(XT_LIBS) $(MOZ_QT_LIBS) -lgthread-2.0 -lpulse -lpthread
 EXTRA_DSO_LDOPTS += $(FT2_LIBS)
 endif
 
@


1.2
log
@- Forced commit to document that www/firefox36 was repocopied from
  www/firefox.

PR:		ports/155619
Repocopy by:	marcus
@
text
@@


1.1
log
@- Update to 3.6

What's new in Firefox 3.6:

  * Support for the HTML5 File API
  * A change to how third-party software integrates with Firefox to
    increase stability.
  * The ability to run scripts asynchronously to speed up page load times.
  * A mechanism to prevent incompatible software from crashing Firefox.
  * Users can now change their browser's appearance with a single click,
    with built in support for Personas.
  * Firefox 3.6 will alert users about out of date plugins to keep them
    safe.
  * Open, native video can now be displayed full screen, and supports
    poster frames.
  * Support for the WOFF font format.
  * Improved JavaScript performance, overall browser responsiveness and
    startup time.
  * Support for new CSS, DOM and HTML5 web technologies.

Thanks to:	Andreas Tobler, Florian Smeets, nox@@, miwi@@ and all testers
@
text
@@

