Opened 6 years ago
#57888 assigned defect
gupnp: Reevaluate use of /usr/include
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | dbevans (David B. Evans) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | gupnp |
Description
gupnp does this:
configure.cppflags-append \ -I/usr/include/uuid
This was added in [1b5538f1b06df582e680efed5556ddbbd9b138ab/macports-ports].
I assume this was done to avoid MacPorts ossp-uuid's uuid.h from being used?
This won't do what you want on Mojave and later which don't usually have /usr/include.
You may want to change it to ${configure.sdkroot}/usr/include
.
Note: See
TracTickets for help on using
tickets.