~ubuntu-branches/ubuntu/gutsy/firefox/gutsy

« back to all changes in this revision

Viewing changes to debian/patches/test

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2007-08-27 13:28:05 UTC
  • Revision ID: james.westby@ubuntu.com-20070827132805-vz6at83rqwfkkktn
Tags: 2.0.0.6+2-0ubuntu3
* debian/rules, debian/control: use don't build lpia with gcc-4.1/g++-4.1 anymore, but
  use gcc-4.2/g++-4.2 for all archs now.
* debian/patches/force-no-pragma-visibility-for-gcc-4.2_4.3, debian/patches/series:
  add patch to siable pragma visibility strategy to hide symbols. stick to
  -fvisibility=hidden.
* debian/patches/configure-autoconf2-13-reconfigure.patch: rerun autoconf2.13 to make
  new force-no-pragma-visibility-for-gcc-4.2_4.3 effective.
* remove unused patches from debian/patches directory:
  - debian/patches/bz364093-thebes-system-cairo-fix
  - debian/patches/ftbfs-with-branding-dir
  - debian/patches/no-have-stdint-h-ftbfs.patch
  - debian/patches/submakefiles-fix
  - debian/patches/test
  - debian/patches/trunk-fsh

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
---
2
 
 browser/locales/Makefile.in |    4 ++--
3
 
 1 file changed, 2 insertions(+), 2 deletions(-)
4
 
 
5
 
Index: mozilla/browser/locales/Makefile.in
6
 
===================================================================
7
 
--- mozilla.orig/browser/locales/Makefile.in    2007-03-20 22:14:00.000000000 +0000
8
 
+++ mozilla/browser/locales/Makefile.in 2007-03-20 22:14:16.000000000 +0000
9
 
@@ -47,20 +47,20 @@
10
 
 
11
 
 vpath %.xml @srcdir@/en-US/searchplugins
12
 
 vpath %.xml $(LOCALE_SRCDIR)/searchplugins
13
 
 
14
 
 run_for_effects := $(shell if ! test -d $(DIST); then $(NSINSTALL) -D $(DIST); fi; if ! test -d $(DIST)/branding; then $(NSINSTALL) -D $(DIST)/branding; fi)
15
 
 _ABS_DIST := $(shell cd $(DIST) && pwd)
16
 
 
17
 
 ifdef MOZ_BRANDING_DIRECTORY
18
 
 SUBMAKEFILES += \
19
 
-       $(DEPTH)/$(MOZ_BRANDING_DIRECTORY)/Makefile \
20
 
-       $(DEPTH)/$(MOZ_BRANDING_DIRECTORY)/locales/Makefile \
21
 
+       $(topsrcdir)/$(MOZ_BRANDING_DIRECTORY)/Makefile \
22
 
+       $(topsrcdir)/$(MOZ_BRANDING_DIRECTORY)/locales/Makefile \
23
 
        $(NULL)
24
 
 endif
25
 
 
26
 
 # This makefile uses variable overrides from the libs-% target to
27
 
 # build non-default locales to non-default dist/ locations. Be aware!
28
 
 
29
 
 AB = $(firstword $(subst -, ,$(AB_CD)))
30
 
 
31
 
 APP_VERSION := $(shell cat $(srcdir)/../config/version.txt)