Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 822784 Details for
Bug 876034
dev-libs/stb should include a pkg-config file
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Add pkg-config file
stb-add-pkg-config.diff (text/plain), 746 bytes, created by
Aidan Harris
on 2022-10-08 06:17:31 UTC
(
hide
)
Description:
Add pkg-config file
Filename:
MIME Type:
Creator:
Aidan Harris
Created:
2022-10-08 06:17:31 UTC
Size:
746 bytes
patch
obsolete
>diff --git a/dev-libs/stb/files/stb.pc b/dev-libs/stb/files/stb.pc >new file mode 100644 >index 00000000000..8dfb2f17a8e >--- /dev/null >+++ b/dev-libs/stb/files/stb.pc >@@ -0,0 +1,7 @@ >+prefix=/usr >+includedir=${prefix}/include/stb >+ >+Name: stb >+Description: stb single-file public domain libraries >+Cflags: -I${includedir} >+Version: {PV} >diff --git a/dev-libs/stb/stb-20200713.ebuild b/dev-libs/stb/stb-20200713.ebuild >index 17561e11cde..34e6ad33174 100644 >--- a/dev-libs/stb/stb-20200713.ebuild >+++ b/dev-libs/stb/stb-20200713.ebuild >@@ -31,4 +31,8 @@ src_prepare() { > > src_install() { > doheader -r stb >+ insinto /usr/share/pkgconfig >+ cp "${FILESDIR}/stb.pc" "${T}" || die >+ sed -i "s|{PV}|${PV}|g" "${T}/stb.pc" || die >+ doins "${T}/stb.pc" > }
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 876034
: 822784