Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 34092 Details for
Bug 55092
*FLAGS handling of portage and flag-o-matic.eclass
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ebuild.sh.patch
ebuild.sh.patch (text/plain), 1.04 KB, created by
Sven Wegener
on 2004-06-24 15:51:23 UTC
(
hide
)
Description:
ebuild.sh.patch
Filename:
MIME Type:
Creator:
Sven Wegener
Created:
2004-06-24 15:51:23 UTC
Size:
1.04 KB
patch
obsolete
>--- ebuild.sh.orig 2004-06-25 00:37:41.620637088 +0200 >+++ ebuild.sh 2004-06-25 00:39:52.629720680 +0200 >@@ -780,12 +780,14 @@ > > dyn_compile() { > trap "abort_compile" SIGINT SIGQUIT >- [ "${CFLAGS-unset}" != "unset" ] && export CFLAGS >- [ "${CXXFLAGS-unset}" != "unset" ] && export CXXFLAGS >- [ "${LIBCFLAGS-unset}" != "unset" ] && export LIBCFLAGS >- [ "${LIBCXXFLAGS-unset}" != "unset" ] && export LIBCXXFLAGS >- [ "${LDFLAGS-unset}" != "unset" ] && export LDFLAGS >- [ "${ASFLAGS-unset}" != "unset" ] && export ASFLAGS >+ [ "${CFLAGS-unset}" = "unset" ] && CFLAGS="" >+ [ "${CXXFLAGS-unset}" = "unset" ] && CXXFLAGS="" >+ [ "${LIBCFLAGS-unset}" = "unset" ] && LIBCFLAGS="" >+ [ "${LIBCXXFLAGS-unset}" = "unset" ] && LIBCXXFLAGS="" >+ [ "${LDFLAGS-unset}" = "unset" ] && LDFLAGS="" >+ [ "${ASFLAGS-unset}" = "unset" ] && ASFLAGS="" >+ >+ export CFLAGS LIBCFLAGS LIBCXXFLAGS LDFLAGS ASFLAGS > > [ "${DISTCC_DIR-unset}" == "unset" ] && export DISTCC_DIR="${PORTAGE_TMPDIR}/.distcc" > [ ! -z "${DISTCC_DIR}" ] && addwrite "${DISTCC_DIR}"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 55092
: 34092 |
34093