Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 62692 Details for
Bug 98028
New Ebuilds for Enlightenment DR17 CVS, ICC support enabled.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ecore Ebuild with ICC 9.x support
ecore-9999.ebuild (text/plain), 1.11 KB, created by
Ed Presutti
on 2005-07-05 11:08:16 UTC
(
hide
)
Description:
Ecore Ebuild with ICC 9.x support
Filename:
MIME Type:
Creator:
Ed Presutti
Created:
2005-07-05 11:08:16 UTC
Size:
1.11 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/x11-libs/ecore/ecore-9999.ebuild,v 1.8 2005/06/18 01:23:14 vapier Exp $ > >inherit enlightenment > >DESCRIPTION="core event abstraction layer and X abstraction layer (nice convenience library)" > >IUSE="X fbcon opengl ssl curl icc" > >DEPEND=">=x11-libs/evas-0.9.9 > virtual/x11 > ssl? ( dev-libs/openssl ) > curl? ( net-misc/curl ) > opengl? ( virtual/opengl ) > icc? ( >=dev-lang/icc-9.0.021 )" > >pkg_setup() { > if use icc ; then > export CC=icc > if [ -n "${ICCFLAGS}" ]; then > export CFLAGS=${ICCFLAGS} > export CXXFLAGS=${ICXXFLAGS} > else > ewarn "Please set ICCFLAGS and ICXXFLAGS in make.conf!" > fi > fi >} > >src_compile() { > export MY_ECONF=" > $(use_enable X ecore-x) > --enable-ecore-job > $(use_enable fbcon ecore-fb) > --enable-ecore-evas > $(use_enable opengl ecore-evas-gl) > $(use_enable fbcon ecore-evas-fb) > --enable-ecore-con > --enable-ecore-ipc > --enable-ecore-txt > --enable-ecore-config > $(use_with curl curl-config) > $(use_enable ssl openssl) > " > enlightenment_src_compile >}
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 Raw
Actions:
View
Attachments on
bug 98028
:
62686
|
62687
|
62688
|
62689
|
62690
|
62691
| 62692 |
62693
|
62694
|
62695
|
62696
|
62700
|
62703