mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-13 20:11:19 +02:00
19 lines
496 B
PkgConfig
19 lines
496 B
PkgConfig
--- ./libcrypto.pc.in.orig 2018-06-13 18:07:51.000000000 +0200
|
|
+++ ./libcrypto.pc.in 2018-09-15 15:09:10.325793000 +0200
|
|
@@ -3,13 +3,13 @@
|
|
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
-includedir=@includedir@
|
|
+includedir=@includedir@/libressl
|
|
|
|
Name: LibreSSL-libcrypto
|
|
Description: LibreSSL cryptography library
|
|
Version: @VERSION@
|
|
Requires:
|
|
Conflicts:
|
|
-Libs: -L${libdir} -lcrypto
|
|
+Libs: -L${libdir} -lrecrypto
|
|
Libs.private: @LIBS@ @PLATFORM_LDADD@
|
|
Cflags: -I${includedir}
|