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

Modified Files:
        firefox3-10.4.info firefox3-10.4.patch 
Log Message:
strip out CXXFLAGS from link command in config/rules.mk $(PROGRAM): ... $(CCC) 
...


Index: firefox3-10.4.info
===================================================================
RCS file: /cvsroot/fink/experimental/fangism/finkinfo/firefox3-10.4.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- firefox3-10.4.info  19 Mar 2010 17:10:09 -0000      1.4
+++ firefox3-10.4.info  22 Mar 2010 19:51:09 -0000      1.5
@@ -54,7 +54,7 @@
 SourceDirectory: mozilla-1.9.2
 Source-MD5: 458051557ff49e6a352c1d56eee5782a
 PatchFile: %n.patch
-PatchFile-MD5: 9503862201a35c58f3bc438a58cedf61
+PatchFile-MD5: 40aab7f966f24ec20536d9a9b8e4f58e
 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.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- firefox3-10.4.patch 19 Mar 2010 17:10:09 -0000      1.4
+++ firefox3-10.4.patch 22 Mar 2010 19:51:09 -0000      1.5
@@ -210,3 +210,15 @@
  COMPILE_CMFLAGS = $(OS_COMPILE_CMFLAGS)
  COMPILE_CMMFLAGS = $(OS_COMPILE_CMMFLAGS)
  
+diff -ruN mozilla-1.9.2-orig/config/rules.mk mozilla-1.9.2/config/rules.mk
+--- mozilla-1.9.2-orig/config/rules.mk.orig    2010-03-22 12:47:26.000000000 
-0700
++++ mozilla-1.9.2/config/rules.mk      2010-03-22 12:47:35.000000000 -0700
+@@ -990,7 +990,7 @@
+ endif # MSVC with manifest tool
+ else
+ ifeq ($(CPP_PROG_LINK),1)
+-      $(CCC) -o $@ $(CXXFLAGS) $(WRAP_MALLOC_CFLAGS) $(PROGOBJS) $(RESFILE) 
$(WIN32_EXE_LDFLAGS) $(SOLARIS_JEMALLOC_LDFLAGS) $(LDFLAGS) $(LIBS_DIR) $(LIBS) 
$(OS_LIBS) $(EXTRA_LIBS) $(BIN_FLAGS) $(WRAP_MALLOC_LIB) $(PROFILER_LIBS) 
$(EXE_DEF_FILE)
++      $(CCC) -o $@ $(WRAP_MALLOC_CFLAGS) $(PROGOBJS) $(RESFILE) 
$(WIN32_EXE_LDFLAGS) $(SOLARIS_JEMALLOC_LDFLAGS) $(LDFLAGS) $(LIBS_DIR) $(LIBS) 
$(OS_LIBS) $(EXTRA_LIBS) $(BIN_FLAGS) $(WRAP_MALLOC_LIB) $(PROFILER_LIBS) 
$(EXE_DEF_FILE)
+ else # ! CPP_PROG_LINK
+       $(CC) -o $@ $(CFLAGS) $(PROGOBJS) $(RESFILE) $(WIN32_EXE_LDFLAGS) 
$(SOLARIS_JEMALLOC_LDFLAGS) $(LDFLAGS) $(LIBS_DIR) $(LIBS) $(OS_LIBS) 
$(EXTRA_LIBS) $(BIN_FLAGS) $(EXE_DEF_FILE)
+ endif # CPP_PROG_LINK


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to