Added firefox-3.0.3 template. Yes, it's working.
--HG-- extra : convert_revision : fac7e4b80eb7b0050e802441ac8174ec09727a25
This commit is contained in:
parent
87bfc20ca6
commit
69f7cb761c
2 changed files with 38 additions and 0 deletions
11
templates/firefox-fix-build.diff
Normal file
11
templates/firefox-fix-build.diff
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- toolkit/mozapps/installer/packager.mk.orig 2008-10-09 01:20:03.000000000 +0200
|
||||
+++ toolkit/mozapps/installer/packager.mk 2008-10-09 01:20:16.000000000 +0200
|
||||
@@ -426,7 +426,7 @@ ifdef INSTALL_SDK # Here comes the hard
|
||||
(cd $(DIST)/sdk/include && tar $(TAR_CREATE_FLAGS) - .) | \
|
||||
(cd $(DESTDIR)$(includedir)/stable && tar -xf -)
|
||||
# The dist/include has module subdirectories that we need to flatten
|
||||
- find $(DIST)/include -xtype f -exec $(SYSINSTALL) $(IFLAGS1) {} $(DESTDIR)$(includedir)/unstable \;
|
||||
+ find $(DIST)/include -type f -exec $(SYSINSTALL) $(IFLAGS1) {} $(DESTDIR)$(includedir)/unstable \;
|
||||
# IDL directory is stable (dist/sdk/idl) and unstable (dist/idl)
|
||||
$(NSINSTALL) -D $(DESTDIR)$(idldir)/stable
|
||||
$(NSINSTALL) -D $(DESTDIR)$(idldir)/unstable
|
Loading…
Add table
Add a link
Reference in a new issue