ports/misc/xcdroast/patches/patch-configure

13 lines
242 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- configure.orig Fri Jun 26 19:08:19 2015
+++ configure Fri Jun 26 19:08:49 2015
@@ -2833,6 +2833,9 @@ case "$host" in
*-*-irix*)
AUDIO_LIBS="-laudio"
;;
+*-*-openbsd*)
+ AUDIO_LIBS="-lsndio"
+ ;;
esac