Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 438230 Details for
Bug 492710
dev-lang/gnu-smalltalk-3.2.4 with dev-lang/tcl-8.6 - BloxTK.c:176:55: erreur: ‘Tcl_Interp’ has no member named ‘result’
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
gnu-smalltalk-3.2.5 ebuild with support for Tcl_Interp
gnu-smalltalk-3.2.5.ebuild (text/plain), 1.53 KB, created by
zlg (RETIRED)
on 2016-06-21 00:34:10 UTC
(
hide
)
Description:
gnu-smalltalk-3.2.5 ebuild with support for Tcl_Interp
Filename:
MIME Type:
Creator:
zlg (RETIRED)
Created:
2016-06-21 00:34:10 UTC
Size:
1.53 KB
patch
obsolete
># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Id$ > >EAPI="3" > >inherit elisp-common flag-o-matic eutils multilib > >DESCRIPTION="GNU Smalltalk" >HOMEPAGE="http://smalltalk.gnu.org" >SRC_URI="mirror://gnu/smalltalk/smalltalk-${PV}.tar.gz" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="tk readline emacs gtk gmp" > >DEPEND="app-arch/zip > sys-libs/gdbm > sys-apps/debianutils > dev-libs/libsigsegv > virtual/libffi > emacs? ( virtual/emacs ) > readline? ( sys-libs/readline ) > tk? ( dev-lang/tk ) > gtk? ( =x11-libs/gtk+-2* ) > gmp? ( dev-libs/gmp )" >RDEPEND="" > >S="${WORKDIR}/smalltalk-${PV}" > >SITEFILE=50gnu-smalltalk-gentoo.el > >src_prepare() { > epatch "${FILESDIR}"/${P}_use-result.patch >} > >src_configure() { > replace-flags '-O3' '-O2' > econf \ > --libdir=/usr/$(get_libdir) \ > --with-system-libsigsegv \ > --with-system-libffi \ > --with-system-libltdl \ > $(use_with emacs emacs) \ > $(use_with readline readline) \ > $(use_with gmp gmp) \ > $(use_with tk tcl /usr/$(get_libdir)) \ > $(use_with tk tk /usr/$(get_libdir)) \ > $(use_enable gtk gtk) >} > >src_compile() { > emake || die "emake failed" > use emacs && elisp-compile *.el >} > >src_install() { > emake DESTDIR="${D}" install || die > dodoc AUTHORS COPYING* ChangeLog NEWS README THANKS TODO > if use emacs; then > elisp-install "${PN}" *.el *.elc > elisp-site-file-install "${FILESDIR}/${SITEFILE}" > fi > fperms 0444 /usr/share/smalltalk/packages.xml >} > >pkg_postinst() { > use emacs && elisp-site-regen >} > >pkg_postrm() { > use emacs && elisp-site-regen >}
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 492710
: 438230 |
438232