SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,22 @@
--- configure.orig Thu Mar 18 21:49:35 2010
+++ configure Wed Apr 21 14:24:52 2010
@@ -7432,11 +7432,18 @@ fi
;;
# FIXME: isn't this the same OSS as on Linux?
- *-*-freebsd*|*-*-netbsd*|*-*-openbsd*)
+ *-*-freebsd*|*-*-netbsd*)
ad_files="ad_oss_bsd.lo"
ad_backend="AD_BACKEND_OSS_BSD"
$as_echo "#define AD_BACKEND_OSS_BSD /**/" >>confdefs.h
+
+ ;;
+ *-*-openbsd*)
+ ad_files="ad_sndio.lo"
+ ad_backend="AD_BACKEND_SNDIO"
+
+$as_echo "#define AD_BACKEND_SNDIO /**/" >>confdefs.h
;;
*-*-sunos4*)