Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 492890 - [10.0] dev-libs/libpthread-stubs-0.3-r1: detect the CHOST="x86_64-gentoo-freebsd10.0" correctly in configure scripts.
Summary: [10.0] dev-libs/libpthread-stubs-0.3-r1: detect the CHOST="x86_64-gentoo-free...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: FreeBSD (show other bugs)
Hardware: All FreeBSD
: Lowest normal (vote)
Assignee: Gentoo/BSD Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-29 19:09 UTC by Yuta SATOH
Modified: 2013-11-29 19:22 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yuta SATOH 2013-11-29 19:09:32 UTC
This package can not replace some of configure using bashrc I've attached to Bug 483156 .
Comment 1 Yuta SATOH 2013-11-29 19:22:34 UTC
oops. my mistake.
code for G/FBSD is included in the configure.

I'm sorry for junk mail.


  # Handle Gentoo/FreeBSD as it was Linux
  case $host_vendor in
    gentoo)
      version_type=linux ;;
    *)
      version_type=freebsd-$objformat ;;
  esac