ports/net/libshout/patches/patch-configure

15 lines
296 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Unbreak pkgconfig by not having the list start with a comma.
Index: configure
--- configure.orig
+++ configure
@@ -13597,7 +13597,7 @@ else
$as_echo "yes" >&6; }
HAVE_OGG="yes"
- SHOUT_REQUIRES="$SHOUT_REQUIRES, ogg"
+ SHOUT_REQUIRES="ogg"
fi
OGG_LIBS="$OGG_LDFLAGS $OGG_LIBS"