You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
e83d2120c3
See: https://lists.macports.org/pipermail/macports-dev/2019-February/040098.html Also simplify portfile a bit.
12 lines
432 B
Diff
12 lines
432 B
Diff
--- libnacl/__init__.py.orig 2014-11-03 16:03:12.000000000 +1100
|
|
+++ libnacl/__init__.py 2019-02-08 14:09:29.000000000 +1100
|
|
@@ -37,7 +37,7 @@
|
|
raise OSError(msg)
|
|
elif sys.platform.startswith('darwin'):
|
|
try:
|
|
- return ctypes.cdll.LoadLibrary('libsodium.dylib')
|
|
+ return ctypes.cdll.LoadLibrary('__PREFIX__/lib/libsodium.dylib')
|
|
except OSError:
|
|
pass
|
|
try:
|