diff --git a/p11-kit/Portfile b/p11-kit/Portfile
a
|
b
|
|
5 | 5 | |
6 | 6 | name p11-kit |
7 | 7 | version 0.23.2 |
| 8 | revision 1 |
8 | 9 | license Permissive |
9 | 10 | description Provides a way to load and enumerate PKCS#11 modules and a standard \ |
10 | 11 | configuration setup for installing PKCS#11 modules in such a way that \ |
… |
… |
|
29 | 30 | |
30 | 31 | depends_run path:share/curl/curl-ca-bundle.crt:curl-ca-bundle |
31 | 32 | |
32 | | patchfiles patch-common-compat.c.diff |
| 33 | patchfiles patch-common-compat.c.diff patch-p11-kit-Makefile.am.diff |
33 | 34 | |
34 | 35 | configure.args --with-trust-paths=${prefix}/share/curl/curl-ca-bundle.crt:${prefix}/etc/openssl \ |
35 | 36 | --disable-silent-rules |
diff --git a/p11-kit/files/patch-p11-kit-Makefile.am.diff b/p11-kit/files/patch-p11-kit-Makefile.am.diff
new file mode 100644
-
|
+
|
|
| 1 | diff --git p11-kit/Makefile.am p11-kit/Makefile.am |
| 2 | --- p11-kit/Makefile.am |
| 3 | +++ p11-kit/Makefile.am |
| 4 | @@ -87,7 +87,7 @@ |
| 5 | |
| 6 | # Proxy module is actually same as library, so install a link |
| 7 | install-exec-hook: |
| 8 | - $(LN_S) -f `readlink $(DESTDIR)$(libdir)/libp11-kit.so` $(DESTDIR)$(libdir)/p11-kit-proxy.so |
| 9 | + $(LN_S) -f `readlink $(DESTDIR)$(libdir)/libp11-kit.{so,dylib}` $(DESTDIR)$(libdir)/p11-kit-proxy.so |
| 10 | $(MKDIR_P) $(DESTDIR)$(p11_package_config_modules) |
| 11 | |
| 12 | endif |