retroshare: bump for opencv-3.3.0

Closes: #7286 [via git-merge-pr]
This commit is contained in:
Julien Dehos 2017-08-21 11:51:57 +02:00 committed by Michael Gehring
parent 4197e36659
commit bdb4afb713

View file

@ -1,7 +1,7 @@
# Template file for 'retroshare' # Template file for 'retroshare'
pkgname=retroshare pkgname=retroshare
version=0.6.2 version=0.6.2
revision=2 revision=3
build_style=qmake build_style=qmake
wrksrc="RetroShare-${version}" wrksrc="RetroShare-${version}"
homepage="http://retroshare.github.io" homepage="http://retroshare.github.io"
@ -20,5 +20,5 @@ checksum=76a3ae2f2089b14562d5be34602f5ae3c73a8549aecee246ea5e67d03018de2b
post_extract() { post_extract() {
sed -i \ sed -i \
's/OPENSSL_VERSION_NUMBER < 0x10100000L/\0 || defined(LIBRESSL_VERSION_NUMBER)/' \ 's/OPENSSL_VERSION_NUMBER < 0x10100000L/\0 || defined(LIBRESSL_VERSION_NUMBER)/' \
`grep -lr 'OPENSSL_VERSION_NUMBER < 0x10100000L'` $(grep -lr 'OPENSSL_VERSION_NUMBER < 0x10100000L')
} }