Opened 13 years ago
Closed 12 years ago
#30792 closed defect (fixed)
py-glewpy hardcodes /opt/local
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.1 |
Keywords: | Cc: | ||
Port: | py-glewpy |
Description
py-glewpy has "/opt/local" hardcoded in its patchfiles. This would prevent the port's use for MacPorts users who have selected a different prefix.
$ cd $(port dir py-glewpy) $ grep /opt/local -r . ./files/patch-setup-osx.py:+glew_include_dirs=['/opt/local/include'] ./files/patch-setup.py:+ include_dirs=['/opt/local/include'], ./files/patch-setup.py:+ include_dirs=['/opt/local/include'],
Change History (1)
comment:1 Changed 12 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
r93307