Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 132342 Details for
Bug 194456
[patch] sci-mathematics/pari-2.3.2 fails to build on HPPA
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
pari-2.3.2.ebuild.patch
194456-pari-2.3.2.ebuild.patch (text/plain), 1.44 KB, created by
Jeroen Roovers (RETIRED)
on 2007-10-01 22:36:33 UTC
(
hide
)
Description:
pari-2.3.2.ebuild.patch
Filename:
MIME Type:
Creator:
Jeroen Roovers (RETIRED)
Created:
2007-10-01 22:36:33 UTC
Size:
1.44 KB
patch
obsolete
>Index: pari-2.3.2.ebuild >=================================================================== >RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.3.2.ebuild,v >retrieving revision 1.8 >diff -u -B -r1.8 pari-2.3.2.ebuild >--- pari-2.3.2.ebuild 1 Oct 2007 17:03:36 -0000 1.8 >+++ pari-2.3.2.ebuild 1 Oct 2007 22:36:00 -0000 >@@ -23,18 +24,14 @@ > unpack ${A} > cd "${S}" > >+ epatch "${FILESDIR}/${P}-strip.patch" >+ > # disable default building of docs during install > sed -e "s:install-doc install-examples:install-examples:" \ > -i config/Makefile.SH || die "Failed to fix makefile" > } > > src_compile() { >- # Special handling for sparc >- local myhost >- [ "${PROFILE_ARCH}" == "sparc64" ] && myhost="sparcv9-linux" \ >- || myhost="$(echo ${CHOST} | cut -f "1 3" -d '-')" >- einfo "Building for ${myhost}" >- > #need to force optimization here, as it breaks without > if is-flag -O0; then > replace-flags -O0 -O2 >@@ -43,14 +40,12 @@ > fi > > ./Configure \ >- --host=${myhost} \ > --prefix=/usr \ > --datadir=/usr/share/${P} \ > --libdir=/usr/$(get_libdir) \ >- --mandir=/usr/share/man/man1 || die "./configure failed" >+ --mandir=/usr/share/man/man1 || die "./Configure failed" > >- if use hppa >- then >+ if use hppa; then > mymake=DLLD\=/usr/bin/gcc\ DLLDFLAGS\=-shared\ -Wl,-soname=\$\(LIBPARI_SONAME\)\ -lm > fi > >@@ -77,9 +72,7 @@ > > src_test() { > cd "${S}" >- ebegin "Testing pari kernel" >- make test-kernel >- eend $? >+ make test-kernel bench > } > > src_install() {
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 194456
: 132342 |
132343