Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/sound
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13412

Modified Files:
        flac.patch 
Log Message:
Arg, fix


Index: flac.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/sound/flac.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- flac.patch  20 Feb 2005 02:12:44 -0000      1.2
+++ flac.patch  25 Feb 2005 07:20:35 -0000      1.3
@@ -1,5 +1,21 @@
-#this first patch fixes:
-#libtool-disable-static: line 3664: Mach-O dynamically linked shared library: 
command not found
+--- flac-1.1.0/configure.orig  Sun Nov  2 23:33:50 2003
++++ flac-1.1.0/configure       Sun Nov  2 23:38:30 2003
+@@ -2530,13 +2530,13 @@
+       allow_undefined_flag='-undefined suppress'
+       ;;
+     *) # Darwin 1.3 on
+-      allow_undefined_flag='-flat_namespace -undefined suppress'
++      allow_undefined_flag='-flat_namespace -undefined dynamic_lookup'
+       ;;
+     esac
+     # FIXME: Relying on posixy $() will cause problems for
+     #        cross-compilation, but unfortunately the echo tests do not
+     #        yet detect zsh echo's removal of \ escapes.
+-    archive_cmds='$nonopt $(test "x$module" = xyes && echo -bundle || echo 
-dynamiclib) $allow_undefined_flag -o $lib $libobjs $deplibs$linker_flags 
-install_name $rpath/$soname $verstring'
++    archive_cmds='$nonopt $(test x$module = xyes && echo -bundle || echo 
-dynamiclib) $allow_undefined_flag -o $lib $libobjs $deplibs$linker_flags 
$(test .$module != .yes && echo -install_name $rpath/$soname $verstring)'
+     # We need to add '_' to the symbols in $export_symbols first
+     #archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols'
+     hardcode_direct=yes
 --- flac-1.1.1/ltmain.sh.orig  Sat Nov  6 14:12:46 2004
 +++ flac-1.1.1/ltmain.sh       Sat Nov  6 14:14:23 2004
 @@ -54,6 +54,10 @@
@@ -34,43 +50,17 @@
            cmds=$archive_cmds
            fi
          fi
---- flac-1.1.0/configure.orig  Sun Nov  2 23:33:50 2003
-+++ flac-1.1.0/configure       Sun Nov  2 23:38:30 2003
-@@ -2530,13 +2530,13 @@
-       allow_undefined_flag='-undefined suppress'
-       ;;
-     *) # Darwin 1.3 on
--      allow_undefined_flag='-flat_namespace -undefined suppress'
-+      allow_undefined_flag='-flat_namespace -undefined dynamic_lookup'
-       ;;
-     esac
-     # FIXME: Relying on posixy $() will cause problems for
-     #        cross-compilation, but unfortunately the echo tests do not
-     #        yet detect zsh echo's removal of \ escapes.
--    archive_cmds='$nonopt $(test "x$module" = xyes && echo -bundle || echo 
-dynamiclib) $allow_undefined_flag -o $lib $libobjs $deplibs$linker_flags 
-install_name $rpath/$soname $verstring'
-+    archive_cmds='$nonopt $(test x$module = xyes && echo -bundle || echo 
-dynamiclib) $allow_undefined_flag -o $lib $libobjs $deplibs$linker_flags 
$(test .$module != .yes && echo -install_name $rpath/$soname $verstring)'
-     # We need to add '_' to the symbols in $export_symbols first
-     #archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols'
-     hardcode_direct=yes
 --- flac-1.1.1/src/plugin_common/canonical_tag.c.orig  Sat Nov  6 16:37:55 2004
 +++ flac-1.1.1/src/plugin_common/canonical_tag.c       Sat Nov  6 16:38:12 2004
 @@ -66,7 +66,7 @@
- wcsdup (s)
-
-      const wchar_t *s;
-
- {
-
--  size_t len = (__wcslen (s) + 1) * sizeof (wchar_t);
-
-+  size_t len = (wcslen (s) + 1) * sizeof (wchar_t);
-
-   void *new = malloc (len);
-
- 
-
-   if (new == NULL)
-
+ wcsdup (s)
+      const wchar_t *s;
+ {
+-  size_t len = (__wcslen (s) + 1) * sizeof (wchar_t);
++  size_t len = (wcslen (s) + 1) * sizeof (wchar_t);
+   void *new = malloc (len);
+ 
+   if (new == NULL)
 --- flac-1.1.1/src/plugin_xmms/Makefile.in.bak Tue Dec  7 20:47:20 2004
 +++ flac-1.1.1/src/plugin_xmms/Makefile.in     Tue Dec  7 20:47:32 2004
 @@ -278,7 +278,6 @@



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to