Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11632

Modified Files:
        firefox3.info firefox3.patch 
Log Message:
enable wifi geolocation ability

Index: firefox3.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/firefox3.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- firefox3.info       18 Aug 2009 21:08:11 -0000      1.10
+++ firefox3.info       4 Sep 2009 14:53:13 -0000       1.11
@@ -1,6 +1,6 @@
 Package: firefox3
 Version: 3.5.2
-Revision: 2
+Revision: 3
 Distribution: 10.5, 10.6
 Description: Lightweight browser from mozilla.org
 License: OSI-Approved
@@ -48,7 +48,7 @@
 SourceDirectory: mozilla-1.9.1
 Source-MD5: 136867f95c86f3988b7f825e874b85de 
 PatchFile: %n.patch
-PatchFile-MD5: 75684790662e598b378ec0656bee27ee
+PatchFile-MD5: acd796b63c56f620324835912d6a2982
 PatchScript: <<
   ### apply the patch
   /usr/bin/sed 's|@FINKPREFIX@|%p|g' <%{PatchFile} | /usr/bin/patch -p1

Index: firefox3.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/firefox3.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- firefox3.patch      28 Apr 2009 19:45:48 -0000      1.4
+++ firefox3.patch      4 Sep 2009 14:53:13 -0000       1.5
@@ -35,7 +35,7 @@
 +
 +ac_add_options --disable-dependency-tracking
 +ac_add_options --disable-crashreporter
-+ac_add_options --disable-necko-wifi
++#ac_add_options --disable-necko-wifi
 +
 +ac_add_options --disable-debug
 +ac_add_options --disable-tests
@@ -165,6 +165,29 @@
  PLATFORM = mac
  endif
  
+diff -ruN mozilla-1.9.1-orig/netwerk/wifi/src/Makefile.in 
mozilla-1.9.1/netwerk/wifi/src/Makefile.in
+--- mozilla-1.9.1-orig/netwerk/wifi/src/Makefile.in    Tue May 05 21:33:44 
2009 +0200
++++ mozilla-1.9.1/netwerk/wifi/src/Makefile.in Tue May 05 20:50:38 2009 -0400
+@@ -57,15 +57,15 @@
+               nsWifiAccessPoint.cpp \
+               $(NULL)
+ 
+-ifeq ($(MOZ_WIDGET_TOOLKIT),cocoa)
++ifeq ($(OS_ARCH),Darwin)
+ CPPSRCS       += nsWifiScannerMac.cpp
+ else
+-ifeq ($(MOZ_WIDGET_TOOLKIT),windows)
++ifneq (,$(filter WINCE WINNT,$(OS_ARCH)))
+ CPPSRCS       += nsWifiScannerWin.cpp
+ else
+-ifeq ($(MOZ_WIDGET_TOOLKIT),gtk2)
++ifeq ($(OS_ARCH),Linux)
+ CPPSRCS       += nsWifiScannerUnix.cpp
+-endif # gtk
++endif # linux
+ endif # windows
+ endif # mac
+ 
 diff -ruN mozilla-1.9.1-orig/toolkit/library/Makefile.in 
mozilla-1.9.1/toolkit/library/Makefile.in
 --- mozilla-1.9.1-orig/toolkit/library/Makefile.in     2009-04-23 
21:47:06.000000000 -0400
 +++ mozilla-1.9.1/toolkit/library/Makefile.in  2009-04-27 17:31:35.000000000 
-0400


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to