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,21 @@
Index: unix/configure
--- unix/configure.orig
+++ unix/configure
@@ -7461,7 +7461,7 @@ fi
CC_SEARCH_FLAGS=""
LD_SEARCH_FLAGS=""
;;
- OpenBSD-*)
+ OpenBSD-*|SecBSD-*)
arch=`arch -s`
case "$arch" in
alpha|sparc64)
@@ -8758,7 +8758,7 @@ fi
HP-UX*) ;;
Darwin-*) ;;
IRIX*) ;;
- NetBSD-*|OpenBSD-*) ;;
+ NetBSD-*|OpenBSD-*|SecBSD-*) ;;
OSF1-*) ;;
SCO_SV-3.2*) ;;
*) SHLIB_CFLAGS="-fPIC" ;;