#37341 closed defect (fixed)
Cmake portgroup - patch to keep cmake from Frameworks from blocking MacPorts-provided libraries
Reported by: | cooljeanius (Eric Gallager) | Owned by: | neverpanic (Clemens Lang) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | haspatch | Cc: | cssdev, mamoll (Mark Moll) |
Port: |
Description
Often times ports in the Cmake portgroup will pick up frameworks from my /Library/Frameworks folder when configuring, which will prevent it from picking up the proper the proper MacPorts libraries. Apparently this can be prevented by using the flag -DCMAKE_FIND_FRAMEWORK=LAST
with Cmake. Citation: The Cmake manpage. Also Homebrew uses this flag with Cmake.
Attachments (1)
Change History (6)
Changed 12 years ago by cooljeanius (Eric Gallager)
Attachment: | cmake-1.0.tcl.diff added |
---|
comment:1 Changed 12 years ago by jmroot (Joshua Root)
Cc: | css@… added |
---|---|
Component: | base → ports |
comment:3 Changed 12 years ago by neverpanic (Clemens Lang)
Owner: | changed from macports-tickets@… to cal@… |
---|---|
Status: | new → assigned |
Commited in r101544.
comment:4 Changed 12 years ago by neverpanic (Clemens Lang)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
patch to apply to Cmake port group