diff options
author | 2017-01-30 20:03:15 +0100 | |
---|---|---|
committer | 2017-01-30 20:03:43 +0100 | |
commit | 97658afee8c05c1980a52397751cb096e325398e (patch) | |
tree | 51c4ec1cd6289829618372a1457e58e9eadf38dc /app-misc/realpath/realpath-1.17.ebuild | |
parent | media-libs/libmikmod: drop reference to x86-freebsd (diff) | |
download | gentoo-97658afee8c05c1980a52397751cb096e325398e.tar.gz gentoo-97658afee8c05c1980a52397751cb096e325398e.tar.bz2 gentoo-97658afee8c05c1980a52397751cb096e325398e.zip |
app-misc/realpath: drop unused IRIX and Interix code paths
Package-Manager: portage-2.3.3
Diffstat (limited to 'app-misc/realpath/realpath-1.17.ebuild')
-rw-r--r-- | app-misc/realpath/realpath-1.17.ebuild | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/app-misc/realpath/realpath-1.17.ebuild b/app-misc/realpath/realpath-1.17.ebuild index 46e8cb559a8f..568f99b1c2c9 100644 --- a/app-misc/realpath/realpath-1.17.ebuild +++ b/app-misc/realpath/realpath-1.17.ebuild @@ -20,7 +20,6 @@ RDEPEND="!sys-freebsd/freebsd-bin nls? ( virtual/libintl )" DEPEND="${RDEPEND} nls? ( sys-devel/gettext ) - x86-interix? ( dev-libs/gnulib ) elibc_mintlib? ( virtual/libiconv )" src_unpack() { @@ -48,11 +47,6 @@ src_compile() { tc-export CC use nls && use !elibc_glibc && append-libs -lintl [[ ${CHOST} == *-mint* ]] && append-libs "-liconv" - if [[ ${CHOST} == *-irix* || ${CHOST} == *-interix[35]* ]] ; then - append-flags -I"${EPREFIX}"/usr/$(get_libdir)/gnulib/include - append-ldflags -L"${EPREFIX}"/usr/$(get_libdir)/gnulib/$(get_libdir) - append-libs -lgnu - fi local subdir for subdir in src man $(usex nls po ''); do |