mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 13:10:31 -04:00
doesn't install a .pc file. This will fix "pkg-config --cflags oauth". Approved by: maintainer
11 lines
348 B
Text
11 lines
348 B
Text
--- configure.orig 2011-09-15 21:53:48.000000000 +0200
|
|
+++ configure 2011-09-15 21:54:13.000000000 +0200
|
|
@@ -12222,7 +12222,7 @@
|
|
fi
|
|
report_hash="OpenSSL"
|
|
PC_LIB="$PC_LIB ${HASH_LIBS}"
|
|
- PC_REQ="$PC_REQ libcrypto"
|
|
+ PC_REQ="$PC_REQ "
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}:
|
|
|
|
NOTE: OpenSSL is not compatible with GPL applications.
|