summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2004-12-04 10:52:04 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2004-12-04 10:52:04 +0000
commit1671a2a206c73c070c9492fc7028b47bf0aac58e (patch)
treea5b3b0271fc3a69967e03e09b219b0d5eb55659f
parent- Add StartupWMClass patch from Damian Christey (#135830) (diff)
downloadlibrewolf-fedora-ff-1671a2a206c73c070c9492fc7028b47bf0aac58e.tar.gz
librewolf-fedora-ff-1671a2a206c73c070c9492fc7028b47bf0aac58e.tar.bz2
librewolf-fedora-ff-1671a2a206c73c070c9492fc7028b47bf0aac58e.zip
need prdtoa patch as well
-rw-r--r--firefox.spec2
1 files changed, 2 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec
index 2c6cd24..39f7d26 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -28,6 +28,7 @@ Source100: find-external-requires
# build patches
Patch1: firefox-0.7.3-freetype-compile.patch
+Patch2: firefox-1.0-prdtoa.patch
# customization patches
Patch20: firefox-redhat-homepage.patch
@@ -93,6 +94,7 @@ compliance, performance and portability.
%if %{freetype_fc3}
%patch1 -p0
%endif
+%patch2 -p0
%patch20 -p0
%patch21 -p1
%patch22 -p1
bgstack15