diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-03-30 09:47:31 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-03-30 09:47:31 +0000 |
commit | 5f30b1e6e1e43aa170785ed6bccefb9833838d00 (patch) | |
tree | 509dd36a66ac748b6abda380a468bb23a1bc15b1 | |
parent | - Add LICENSE (diff) |
Fix build on 13-CURRENT after base r345349
PR: 236141
Reported by: pkg-fallout
Notes
Notes:
svn path=/head/; revision=497240
-rw-r--r-- | audio/libshout/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/libshout/Makefile b/audio/libshout/Makefile index c7725c53b55a..e85c4fc0c40f 100644 --- a/audio/libshout/Makefile +++ b/audio/libshout/Makefile @@ -24,6 +24,7 @@ USES= gmake libtool pathfix pkgconfig ssl GNU_CONFIGURE= yes INSTALL_TARGET= install-strip +LDFLAGS+= -lcrypto USE_LDCONFIG= yes PORTDOCS= * |