Don't rever to libcrypto in oauth pkg-config file, since our base openssl
doesn't install a .pc file. This will fix "pkg-config --cflags oauth". Approved by: maintainer
This commit is contained in:
parent
768bdd7a14
commit
0712943122
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281839
2 changed files with 12 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= liboauth
|
||||
PORTVERSION= 0.9.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://liboauth.sourceforge.net/pool/
|
||||
|
||||
|
|
11
net/liboauth/files/patch-configure
Normal file
11
net/liboauth/files/patch-configure
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- 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.
|
Loading…
Reference in a new issue