From c4d67f535017f05d8c44310a163f93752bf4c257 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Mon, 10 Jun 2019 16:36:10 +0000 Subject: [PATCH] Unbreak generated pkgconfig file Reported by: pkg-fallout Pointy hat: sunpoet --- audio/libshout/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/audio/libshout/Makefile b/audio/libshout/Makefile index 9b275e19682c..aa79e050c481 100644 --- a/audio/libshout/Makefile +++ b/audio/libshout/Makefile @@ -3,6 +3,7 @@ PORTNAME= libshout PORTVERSION= 2.4.3 +PORTREVISION= 1 CATEGORIES= audio net MASTER_SITES= https://downloads.xiph.org/releases/libshout/ \ https://svn.xiph.org/releases/libshout/ \ @@ -34,7 +35,7 @@ THEORA_LIB_DEPENDS= libtheora.so:multimedia/libtheora post-patch: @${REINPLACE_CMD} -e '/^DATA = / s| $$(ckport_DATA)||; /^install-data-am:/ s| install-ckportDATA||' ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e 's| -ffast-math||g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's| -ffast-math||g; /libssl/d' ${WRKSRC}/configure @${REINPLACE_CMD} -e '/^AM_CPPFLAGS = / s|^\(.*\) \(@XIPH_CPPFLAGS@\) \(.*\)$$|\1 \3 \2|' ${WRKSRC}/examples/Makefile.in @${REINPLACE_CMD} -e 's|#ifdef IPV6_V6ONLY|#if defined(__BSD_VISIBLE) \&\& defined(IPV6_V6ONLY)|' ${WRKSRC}/src/common/net/sock.c