aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2016-12-01 17:07:15 +0800
committerpawel <pawel@FreeBSD.org>2016-12-01 17:07:15 +0800
commit34f06ba3aa7b064adc58c36ec176acd7e17983b6 (patch)
treeb64c14b50f489ec2b88a5843b8ceedc4a371cf48
parent1e7c2a8c100632b26d6a0f97ccee99a1e506d8a9 (diff)
downloadfreebsd-ports-gnome-34f06ba3aa7b064adc58c36ec176acd7e17983b6.tar.gz
freebsd-ports-gnome-34f06ba3aa7b064adc58c36ec176acd7e17983b6.tar.zst
freebsd-ports-gnome-34f06ba3aa7b064adc58c36ec176acd7e17983b6.zip
Set library SONAME, this makes pkg correctly detect provided package
functionality and fixes pkg check -d. PR: 214857 Submitted by: myself Approved by: delphij no longer maintainer
-rw-r--r--security/cryptopp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/cryptopp/Makefile b/security/cryptopp/Makefile
index db1d49bbfd1a..86340806ea06 100644
--- a/security/cryptopp/Makefile
+++ b/security/cryptopp/Makefile
@@ -3,7 +3,7 @@
PORTNAME= cryptopp
PORTVERSION= 5.6.2
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= security
MASTER_SITES= http://www.cryptopp.com/
DISTNAME= cryptopp${PORTVERSION:S/.//g}
@@ -21,6 +21,7 @@ NO_WRKSUBDIR= yes
EXTRACT_BEFORE_ARGS= -aq
USES= gmake zip:infozip
MAKEFILE= GNUmakefile
+LDFLAGS+= -Wl,-soname,libcryptopp.so.${LIBVERSION}
LIBVERSION= 0
PLIST_SUB+= LIBVERSION=${LIBVERSION}