Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#23285 closed enhancement (fixed)

Fix gdchart universal support and dependencies

Reported by: nox@… Owned by: jameskyle@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: haspatch Cc:
Port: gdchart

Description

This patch fixes universal support and changes all library dependencies to build ones, as gdchart only builds a static library. It also installs README.txt

Attachments (1)

gdchart-0.11.5_2.diff (3.6 KB) - added by nox@… 14 years ago.

Download all attachments as: .zip

Change History (4)

Changed 14 years ago by nox@…

Attachment: gdchart-0.11.5_2.diff added

comment:1 Changed 14 years ago by jameskyle@…

Resolution: fixed
Status: newclosed

Thank you for the patch. Tested and committed. Available 30m from this post.

comment:2 Changed 14 years ago by jmroot (Joshua Root)

Can this not build a dynamic library at all? And won't anything linking with the static lib need to link against the dependencies' libs as well, meaning they shouldn't be uninstalled after gdchart's installation?

comment:3 Changed 14 years ago by nox@…

gdchart cannot be used directly at runtime as the only thing it builds is a static library. Ports depending on gdchart should depend on it with build, and declare library dependencies on gdchart dependencies.

Note: See TracTickets for help on using tickets.