Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 595224 Details for
Bug 699536
net-libs/libnatpmp - src_install() should use "${ED}" instead of "${D}"
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
my patch to fix this bug
libnatpmp-20150609.patch (text/plain), 876 bytes, created by
ZongyuZ
on 2019-11-07 15:32:05 UTC
(
hide
)
Description:
my patch to fix this bug
Filename:
MIME Type:
Creator:
ZongyuZ
Created:
2019-11-07 15:32:05 UTC
Size:
876 bytes
patch
obsolete
>--- a/libnatpmp-20150609.ebuild 2019-10-11 16:11:19.000000000 -0000 >+++ b/libnatpmp-20150609.ebuild 2019-11-07 15:24:08.305968482 -0000 >@@ -1,7 +1,7 @@ > # Copyright 1999-2018 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 > >-EAPI="5" >+EAPI="7" > inherit eutils toolchain-funcs multilib > > DESCRIPTION="An alternative protocol to UPnP IGD specification" >@@ -18,11 +18,12 @@ > epatch "${FILESDIR}"/respect-libdir-20120821.patch > use static-libs || epatch "${FILESDIR}"/remove-static-lib-20130911.patch > tc-export CC >+ eapply_user > } > > src_install() { > # Override HEADERS for missing declspec.h wrt #506832 >- emake HEADERS='declspec.h natpmp.h' PREFIX="${D}" GENTOO_LIBDIR="$(get_libdir)" install >+ emake HEADERS='declspec.h natpmp.h' PREFIX="${ED}" GENTOO_LIBDIR="$(get_libdir)" install > > dodoc Changelog.txt README > doman natpmpc.1
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 699536
: 595224 |
595226