Update of /cvsroot/fink/experimental/fangism/finkinfo
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv5761

Modified Files:
        firefox3-10.4.info firefox3-10.4.patch 
Log Message:
attempt to point linker to -L%p/lib for sqlite3


Index: firefox3-10.4.info
===================================================================
RCS file: /cvsroot/fink/experimental/fangism/finkinfo/firefox3-10.4.info,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- firefox3-10.4.info  27 Sep 2010 18:03:48 -0000      1.15
+++ firefox3-10.4.info  30 Sep 2010 00:28:15 -0000      1.16
@@ -55,7 +55,7 @@
 SourceDirectory: mozilla-1.9.2
 Source-MD5: 59ee60ddfd8b33e99a24788d3b12adb3
 PatchFile: %n.patch
-PatchFile-MD5: dd5b305e71f7df982352b1ae1fa2339d
+PatchFile-MD5: 01514c8b12194b92574c3f3097f76777
 PatchScript: <<
   ### apply the patch
   /usr/bin/sed -e 's|@FINKPREFIX@|%p|g' -e 's|@FINK_ARCH_TARGET@|%m|g' 
<%{PatchFile} | /usr/bin/patch -p1

Index: firefox3-10.4.patch
===================================================================
RCS file: /cvsroot/fink/experimental/fangism/finkinfo/firefox3-10.4.patch,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- firefox3-10.4.patch 27 Sep 2010 18:03:48 -0000      1.11
+++ firefox3-10.4.patch 30 Sep 2010 00:28:15 -0000      1.12
@@ -122,10 +122,10 @@
  xpcom_frozen_ldop...@xpcom_frozen_ldopts@
 +XPCOM_DYLIB_FILES = \
 +      $(NSS_DYLIB_FILES) \
-+      $(SQLITE_DYLIB_FILES) \
 +      $(call EXPAND_DYLIB_NAME,xul) \
 +      $(call EXPAND_DYLIB_NAME,mozjs)
-+XPCOM_FROZEN_LDOPTS += $(XPCOM_DYLIB_FILES)
++#     $(SQLITE_DYLIB_FILES)   # was this before using system-sqlite
++XPCOM_FROZEN_LDOPTS += $(XPCOM_DYLIB_FILES) $(SQLITE_LIBS)
  xpcom_li...@xpcom_libs@
 +XPCOM_LIBS += $(XPCOM_DYLIB_FILES)
  libxul_li...@libxul_libs@


------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to