SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
17
devel/fpm/patches/patch-src_fpm_environment_f90
Normal file
17
devel/fpm/patches/patch-src_fpm_environment_f90
Normal file
|
@ -0,0 +1,17 @@
|
|||
- default to OpenBSD detection (still overridable with OSTYPE env)
|
||||
|
||||
Index: src/fpm_environment.f90
|
||||
--- src/fpm_environment.f90.orig
|
||||
+++ src/fpm_environment.f90
|
||||
@@ -114,6 +114,11 @@ contains
|
||||
end if
|
||||
end if
|
||||
|
||||
+ ! We are in ports tree, it is OpenBSD
|
||||
+ r = OS_OPENBSD
|
||||
+ ret = r
|
||||
+ return
|
||||
+
|
||||
! Linux
|
||||
inquire (file='/etc/os-release', exist=file_exists)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue