Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 74440 Details for
Bug 113457
OpenSP-1.5.1 fails to build due to undefined references
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
opensp-1.5.2_pre1.ebuild
opensp-1.5.2_pre1.ebuild (text/plain), 1.72 KB, created by
Harald van Dijk (RETIRED)
on 2005-12-10 10:06:32 UTC
(
hide
)
Description:
opensp-1.5.2_pre1.ebuild
Filename:
MIME Type:
Creator:
Harald van Dijk (RETIRED)
Created:
2005-12-10 10:06:32 UTC
Size:
1.72 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils flag-o-matic > >MY_P=OpenSP-${PV/_/} >S=${WORKDIR}/${MY_P} >DESCRIPTION="A free, object-oriented toolkit for SGML parsing and entity management" >HOMEPAGE="http://openjade.sourceforge.net/" >SRC_URI="mirror://sourceforge/openjade/${MY_P}.tar.gz" > >LICENSE="as-is" >SLOT="0" >KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sparc x86" >IUSE="nls" > >DEPEND="nls? ( sys-devel/gettext )" >PDEPEND=">=app-text/openjade-1.3.2" > ># Note: openjade is in PDEPEND because starting from openjade-1.3.2, opensp ># has been SPLIT from openjade into its own package. Hence if you ># install this, you need to upgrade to a new openjade as well. > >src_compile() { > # > # The following filters are taken from openjade's ebuild. See bug #100828. > # > > # Please note! Opts are disabled. If you know what you're doing > # feel free to remove this line. It may cause problems with > # docbook-sgml-utils among other things. > ALLOWED_FLAGS="-O -O1 -O2 -pipe -g -march" > strip-flags > > # Default CFLAGS and CXXFLAGS is -O2 but this make openjade segfault > # on hppa. Using -O1 works fine. So I force it here. > use hppa && replace-flags -O2 -O1 > > myconf="--enable-http" > myconf="${myconf} --enable-default-catalog=/etc/sgml/catalog" > myconf="${myconf} --enable-default-search-path=/usr/share/sgml" > myconf="${myconf} --datadir=/usr/share/sgml/${P}" > # doc-build is forced off because of a recursive dependency > econf ${myconf} $(use_enable nls) --disable-doc-build || die "econf failed" > emake pkgdocdir=/usr/share/doc/${PF} || die "parallel make failed" >} > >src_install() { > make DESTDIR="${D}" pkgdocdir=/usr/share/doc/${PF} install || 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 113457
: 74440