Opened 13 years ago
Last modified 13 years ago
#32517 closed defect
qhull post-destroot links wrong library — at Initial Version
Reported by: | michaelld (Michael Dickens) | Owned by: | mamoll (Mark Moll) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.3 |
Keywords: | haspatch | Cc: | |
Port: | qhull |
Description
In r87709, various symlinks were added to the post-destroot phase. The DYLIB is currently named "libqhull_d6.dylib", while that revision of the Portfile (for whatever reason) used "libqhull6.dylib". This issue is fixed by "s/libqhull6/libqhull_d6/g", which changes just the symlink on line 41. I'm attaching a patch.
Change History (1)
Changed 13 years ago by michaelld (Michael Dickens)
Attachment: | qhull_Portfile.diff added |
---|
Note: See
TracTickets for help on using
tickets.
patch to the qhull Portfile to fix bad dylib symlink