Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 52337 Details for
Bug 83631
patch for xterm-199.ebuild for gentoo-bsd
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
xterm-199-fbsd.patch
xterm-199-fbsd.patch (text/plain), 2.20 KB, created by
lordnothing
on 2005-02-28 20:17:46 UTC
(
hide
)
Description:
xterm-199-fbsd.patch
Filename:
MIME Type:
Creator:
lordnothing
Created:
2005-02-28 20:17:46 UTC
Size:
2.20 KB
patch
obsolete
>--- /usr/portage/x11-terms/xterm/xterm-199.ebuild Fri Jan 21 03:30:34 2005 >+++ /usr/local/portage/overlay/x11-terms/xterm/xterm-199.ebuild Mon Feb 28 23:08:15 2005 >@@ -12,37 +12,63 @@ > SLOT="0" > KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" > IUSE="truetype Xaw3d unicode" >- > DEPEND="virtual/x11 >- sys-apps/utempter >- Xaw3d? ( x11-libs/Xaw3d )" >+ x86-fbsd? ( sys-apps/linux_base-gentoo-stage1 ) >+ !x86-fbsd? ( sys-apps/utempter ) >+ Xaw3d? ( x11-libs/Xaw3d)" > > src_compile() { > > filter-flags "-fstack-protector" > >- econf \ >- `use_enable truetype freetype` \ >- `use_enable unicode luit` \ >- `use_with Xaw3d` \ >- --libdir=/etc \ >- --with-utempter \ >- --disable-setuid \ >- --disable-full-tgetent \ >- --disable-imake \ >- --disable-toolbar \ >- --enable-ansi-color \ >- --enable-88-color \ >- --enable-256-color \ >- --enable-broken-osc \ >- --enable-broken-st \ >- --enable-load-vt-fonts \ >- --enable-i18n \ >- --enable-wide-chars \ >- --enable-doublechars \ >- --enable-warnings \ >- --enable-tcap-query \ >- ${myconf} || die >+ if use !x86-fbsd; then >+ econf \ >+ `use_enable truetype freetype` \ >+ `use_enable unicode luit` \ >+ `use_with Xaw3d` \ >+ --libdir=/etc \ >+ --with-utempter \ >+ --disable-setuid \ >+ --disable-full-tgetent \ >+ --disable-imake \ >+ --disable-toolbar \ >+ --enable-ansi-color \ >+ --enable-88-color \ >+ --enable-256-color \ >+ --enable-broken-osc \ >+ --enable-broken-st \ >+ --enable-load-vt-fonts \ >+ --enable-i18n \ >+ --enable-wide-chars \ >+ --enable-doublechars \ >+ --enable-warnings \ >+ --enable-tcap-query \ >+ ${myconf} || die >+ else >+ sed -i -e 's|tic|/compat/linux/usr/bin/tic|g' ${S}/Makefile.in >+ econf \ >+ `use_enable truetype freetype` \ >+ `use_enable unicode luit` \ >+ `use_with Xaw3d` \ >+ --libdir=/etc \ >+ --enable-setuid \ >+ --disable-full-tgetent \ >+ --disable-imake \ >+ --disable-toolbar \ >+ --enable-ansi-color \ >+ --enable-88-color \ >+ --enable-256-color \ >+ --enable-broken-osc \ >+ --enable-broken-st \ >+ --enable-load-vt-fonts \ >+ --enable-i18n \ >+ --enable-wide-chars \ >+ --enable-doublechars \ >+ --enable-warnings \ >+ --enable-tcap-query \ >+ ${myconf} || die >+ fi >+ > emake || die > } >
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 83631
: 52337