summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-04-12 12:29:07 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-04-12 12:29:07 +0000
commit5366a3ee9520bca3e814dea3443e9430f5eb5044 (patch)
treeaf354b94ec722c10a97a22663e75cabede2dfe68 /eclass/ELT-patches
parentUpdate to Linux 2.6.16.4. Fix ppc boot code compile issue. Fix input.h compil... (diff)
downloadgentoo-2-5366a3ee9520bca3e814dea3443e9430f5eb5044.tar.gz
gentoo-2-5366a3ee9520bca3e814dea3443e9430f5eb5044.tar.bz2
gentoo-2-5366a3ee9520bca3e814dea3443e9430f5eb5044.zip
Add patch for ltconfig 1.2.0 (media-libs/jpeg).
Diffstat (limited to 'eclass/ELT-patches')
-rw-r--r--eclass/ELT-patches/fbsd-ltconf/1.2.026
1 files changed, 26 insertions, 0 deletions
diff --git a/eclass/ELT-patches/fbsd-ltconf/1.2.0 b/eclass/ELT-patches/fbsd-ltconf/1.2.0
new file mode 100644
index 000000000000..4658aad1d27d
--- /dev/null
+++ b/eclass/ELT-patches/fbsd-ltconf/1.2.0
@@ -0,0 +1,26 @@
+Index: jpeg-6b/ltconfig
+===================================================================
+--- jpeg-6b.orig/ltconfig
++++ jpeg-6b/ltconfig
+@@ -1126,9 +1126,18 @@ amigaos*)
+ finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done'
+ ;;
+
+-freebsd2* | freebsd3*)
+- version_type=sunos
+- library_names_spec='${libname}${release}.so.$versuffix $libname.so'
++freebsd[23456]*)
++ case $host_vendor in
++ gentoo)
++ version_type=linux
++ library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major ${libname}.so'
++ soname_spec='${libname}${release}.so.$major'
++ ;;
++ *)
++ version_type=sunos
++ library_names_spec='${libname}${release}.so.$versuffix $libname.so'
++ ;;
++ esac
+ finish_cmds='PATH="$PATH:/sbin" ldconfig -m $libdir'
+ shlibpath_var=LD_LIBRARY_PATH
+ ;;