From d488c3bcbaf7ddda42597e014deb661a7e9e2112 Mon Sep 17 00:00:00 2001
From: Brad Smith <brad@comstyle.com>
Date: Mon, 27 Aug 2012 14:57:52 -0400
Subject: [PATCH] configure: support Bitrig OS

Signed-off-by: Diego Biurrun <diego@biurrun.de>
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index ce399d08196..8ba2c3c1c18 100755
--- a/configure
+++ b/configure
@@ -2595,7 +2595,7 @@ case $target_os in
         oss_indev_extralibs="-lossaudio"
         oss_outdev_extralibs="-lossaudio"
         ;;
-    openbsd)
+    openbsd|bitrig)
         # On OpenBSD 4.5. the compiler does not use PIC unless
         # explicitly using -fPIC. Libav builds fine without PIC,
         # however the generated executable will not do anything
-- 
GitLab