mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-07 11:49:40 +00:00
![Beat Gaetzi](/assets/img/avatar_default.png)
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
31 lines
1017 B
Makefile
31 lines
1017 B
Makefile
--- config/autoconf.mk.in.orig 2009-04-24 03:46:37.000000000 +0200
|
|
+++ config/autoconf.mk.in 2009-05-11 15:03:26.000000000 +0200
|
|
@@ -57,14 +57,14 @@
|
|
prefix = @prefix@
|
|
exec_prefix = @exec_prefix@
|
|
bindir = @bindir@
|
|
-includedir = @includedir@/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
|
|
+includedir = @includedir@/%%MOZILLA%%
|
|
libdir = @libdir@
|
|
datadir = @datadir@
|
|
mandir = @mandir@
|
|
-idldir = $(datadir)/idl/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
|
|
+idldir = $(datadir)/idl/%%MOZILLA%%
|
|
|
|
-installdir = $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
|
|
-sdkdir = $(libdir)/$(MOZ_APP_NAME)-devel-$(MOZ_APP_VERSION)
|
|
+installdir = $(libdir)/%%MOZILLA%%
|
|
+sdkdir = $(libdir)/%%MOZILLA%%
|
|
|
|
DIST = $(DEPTH)/dist
|
|
LIBXUL_SDK = @LIBXUL_SDK@
|
|
@@ -275,7 +275,7 @@
|
|
OS_CPPFLAGS = @CPPFLAGS@
|
|
OS_CFLAGS = $(OS_CPPFLAGS) @CFLAGS@
|
|
OS_CXXFLAGS = $(OS_CPPFLAGS) @CXXFLAGS@
|
|
-OS_LDFLAGS = @LDFLAGS@
|
|
+OS_LDFLAGS = @LDFLAGS@ -lc
|
|
|
|
OS_COMPILE_CFLAGS = $(OS_CPPFLAGS) @COMPILE_CFLAGS@
|
|
OS_COMPILE_CXXFLAGS = $(OS_CPPFLAGS) @COMPILE_CXXFLAGS@
|