summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2012-05-05 18:22:24 +0000
committerFabian Groffen <grobian@gentoo.org>2012-05-05 18:22:24 +0000
commit8249ccb0547bb06a12a7e0aec91875768acc9c70 (patch)
tree056027fee050cbfc00b21c176f42a004e682cc67 /dev-libs/libelf/files
parentEliminate another duplicate slash. (diff)
downloadgentoo-2-8249ccb0547bb06a12a7e0aec91875768acc9c70.tar.gz
gentoo-2-8249ccb0547bb06a12a7e0aec91875768acc9c70.tar.bz2
gentoo-2-8249ccb0547bb06a12a7e0aec91875768acc9c70.zip
Fixed for Prefix, keyworded for *-solaris
(Portage version: 2.2.01.20366-prefix/cvs/SunOS i386)
Diffstat (limited to 'dev-libs/libelf/files')
-rw-r--r--dev-libs/libelf/files/libelf-0.8.13-build.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libelf/files/libelf-0.8.13-build.patch b/dev-libs/libelf/files/libelf-0.8.13-build.patch
index 57173d6138a2..7e0cce6384d9 100644
--- a/dev-libs/libelf/files/libelf-0.8.13-build.patch
+++ b/dev-libs/libelf/files/libelf-0.8.13-build.patch
@@ -7,7 +7,7 @@ Index: libelf-0.8.13/aclocal.m4
AC_PATH_PROG(LD, ld, ld)
case "$host" in
- *-linux*|*-gnu*)
-+ *-linux*|*-gnu*|*-freebsd*)
++ *-linux*|*-gnu*|*-freebsd*|*-solaris*)
if test "$GCC" = yes; then
mr_TARGET_ELF
if test "$mr_cv_target_elf" = yes; then