diff options
Diffstat (limited to 'dev-libs/libpcre/files/pcre-5.0-macos.patch')
-rw-r--r-- | dev-libs/libpcre/files/pcre-5.0-macos.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-libs/libpcre/files/pcre-5.0-macos.patch b/dev-libs/libpcre/files/pcre-5.0-macos.patch deleted file mode 100644 index b51a2996cc12..000000000000 --- a/dev-libs/libpcre/files/pcre-5.0-macos.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- pcre-5.0/configure.orig Sun Feb 13 15:07:14 2005 -+++ pcre-5.0/configure Sun Feb 13 15:09:10 2005 -@@ -6799,7 +6799,7 @@ - link_all_deplibs=yes - if test "$GCC" = yes ; then - output_verbose_link_cmd='echo' -- archive_cmds='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' -+ archive_cmds='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname.dylib $verstring' - module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' - # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's - archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' |