mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 19:20:36 -04:00
- Regenerate patches While here: - Fix Q/A errors (shebangfix) - Update WWW - Use OPSYS with OSVERSION PR: 220674 Submitted by: craig001@lerwick.hopto.org (maintainer) Reviewed by: mat Differential Revision: https://reviews.freebsd.org/D11550
12 lines
215 B
Text
12 lines
215 B
Text
--- configure.orig 2017-06-27 15:25:15 UTC
|
|
+++ configure
|
|
@@ -13475,6 +13475,9 @@ case $host_os in
|
|
linux*)
|
|
#do nothing
|
|
;;
|
|
+ freebsd*)
|
|
+#do nothing
|
|
+ ;;
|
|
netbsd*)
|
|
#do nothing
|
|
;;
|