Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 215975 Details for
Bug 247768
media-libs/panda3d: fails with forced --as-needed
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fixing as-needed issues
panda3d-1.5.2-as-needed.patch (text/plain), 792 bytes, created by
Kacper Kowalik (Xarthisius) (RETIRED)
on 2010-01-10 15:20:07 UTC
(
hide
)
Description:
fixing as-needed issues
Filename:
MIME Type:
Creator:
Kacper Kowalik (Xarthisius) (RETIRED)
Created:
2010-01-10 15:20:07 UTC
Size:
792 bytes
patch
obsolete
>--- panda3d-1.5.2.orig/makepanda/makepanda.py 2008-04-14 18:19:08.000000000 +0200 >+++ panda3d-1.5.2/makepanda/makepanda.py 2010-01-10 15:54:43.819241405 +0100 >@@ -314,7 +314,9 @@ > if (PkgSkip("PNG")==0): LibName("PNG", "-lpng") > if (PkgSkip("JPEG")==0): LibName("JPEG", "-ljpeg") > if (PkgSkip("TIFF")==0): LibName("TIFF", "-ltiff") >- if (PkgSkip("OPENSSL")==0): LibName("OPENSSL", "-lssl") >+ if (PkgSkip("OPENSSL")==0): >+ import subprocess >+ LibName("OPENSSL", subprocess.Popen(["pkg-config","--libs","openssl"],stdout=subprocess.PIPE).communicate()[0].strip() ) > if (PkgSkip("FREETYPE")==0): LibName("FREETYPE", "-lfreetype") > if (PkgSkip("VRPN")==0): LibName("VRPN", "-lvrpn") > if (PkgSkip("VRPN")==0): LibName("VRPN", "-lquat")
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 247768
:
172519
|
215971
| 215975 |
215976
|
215978