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

Modified Files:
        tenfourfox.info tenfourfox.patch 
Log Message:
configure.in: allow pascal strings for cocoa build


Index: tenfourfox.patch
===================================================================
RCS file: /cvsroot/fink/experimental/fangism/finkinfo/tenfourfox.patch,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- tenfourfox.patch    29 Dec 2010 02:38:40 -0000      1.7
+++ tenfourfox.patch    29 Dec 2010 19:33:36 -0000      1.8
@@ -137,14 +137,13 @@
      # If we're building with --enable-profiling, we need a frame pointer.
      if test -z "$MOZ_PROFILING"; then
          MOZ_OPTIMIZE_FLAGS="-O3 -fomit-frame-pointer"
-@@ -2042,10 +2046,10 @@
+@@ -2042,10 +2046,11 @@
          MOZ_OPTIMIZE_FLAGS="-O3 -fno-omit-frame-pointer"
      fi
      _PEDANTIC=
--    CFLAGS="$CFLAGS -fpascal-strings -fno-common"
--    CXXFLAGS="$CXXFLAGS -fpascal-strings -fno-common"
-+    CFLAGS="$CFLAGS -fno-common"
-+    CXXFLAGS="$CXXFLAGS -fno-common"
++# keep pascal strings for cocoa build
+     CFLAGS="$CFLAGS -fpascal-strings -fno-common"
+     CXXFLAGS="$CXXFLAGS -fpascal-strings -fno-common"
      DLL_SUFFIX=".dylib"
 -    DSO_LDOPTS=''
 +    DSO_LDOPTS='-framework CoreFoundation'

Index: tenfourfox.info
===================================================================
RCS file: /cvsroot/fink/experimental/fangism/finkinfo/tenfourfox.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- tenfourfox.info     29 Dec 2010 02:38:40 -0000      1.10
+++ tenfourfox.info     29 Dec 2010 19:33:36 -0000      1.11
@@ -63,7 +63,7 @@
 Source2: 
http://tenfourfox.googlecode.com/files/TenFourFox-changesets-20101215.zip
 Source2-MD5: 862b09c04f7e7e56c251a058d72f60d5
 PatchFile: %n.patch
-PatchFile-MD5: 813843cf0ba6b9ee2f9efe4c15d95302
+PatchFile-MD5: 60fd736423955bf0c7117faa330b44c0
 PatchScript: <<
   #!/bin/sh -ev
   # apply patchset from TenFourFox:
@@ -73,7 +73,7 @@
   ### apply the patch
   /usr/bin/sed -e 's|@FINKPREFIX@|%p|g' -e 's|@FINK_ARCH_TARGET@|%m|g' 
<%{PatchFile} | /usr/bin/patch -p1
   ### hardcode paths inside dylibs so that programs linking to them can see 
them
-  /usr/bin/perl -pi -e 's,\...@executable_path,%p/lib/%n,g' `/usr/bin/grep -lr 
@executable_path .`
+  #/usr/bin/perl -pi -e 's,\...@executable_path,%p/lib/%n,g' `/usr/bin/grep 
-lr @executable_path .`
   ### fix bad stripping on 10.5 from jfm with seamonkey.  No damage to 10.4?
   #/usr/bin/perl -pi -e 's,argument missing, -exported_symbols_list,' 
configure{,.in}
   # configure inputs were patched, hence regeneration


------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to