diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-03-30 12:42:09 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-03-30 12:42:09 +0000 |
commit | e25434ec79b0cdd66e20805c66511badde385711 (patch) | |
tree | c68ddf9a33571daf77c5eab9ebdaa432a878fd4d /profiles/default-bsd/profile.bashrc | |
parent | Check also for configure in the previous directory when using aux directory f... (diff) | |
download | gentoo-2-e25434ec79b0cdd66e20805c66511badde385711.tar.gz gentoo-2-e25434ec79b0cdd66e20805c66511badde385711.tar.bz2 gentoo-2-e25434ec79b0cdd66e20805c66511badde385711.zip |
Add default-bsd/fbsd/6.0/x86 profile (and parents) from gentoo-alt SVN.
Diffstat (limited to 'profiles/default-bsd/profile.bashrc')
-rw-r--r-- | profiles/default-bsd/profile.bashrc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/profiles/default-bsd/profile.bashrc b/profiles/default-bsd/profile.bashrc new file mode 100644 index 000000000000..19145fa7d9f4 --- /dev/null +++ b/profiles/default-bsd/profile.bashrc @@ -0,0 +1,8 @@ +if [[ ${EBUILD_PHASE} == compile ]] ; then + if grep -q "Assume that mode_t is passed compatibly" ${S} -r --include openat.c; then + eerror "The source code contains a faulty openal.c unit from gnulib." + eerror "Please report this on Gentoo Bugzilla in Gentoo BSD product." + eerror "http://bugs.gentoo.org/enter_bug.cgi?product=Gentoo%20BSD" + die "Broken openal.c gnulib unit." + fi +fi |