mirror of
https://git.freebsd.org/ports.git
synced 2025-06-11 07:40:40 -04:00
While here, put back USES=desktop-file-utils shared-mime-info which was mistakenly removed in previous commits. PR: 221713 Approved by: me@janh.de (maintainer timeout, >2 weeks)
11 lines
196 B
Text
11 lines
196 B
Text
--- configure.orig 2017-07-20 18:30:25 UTC
|
|
+++ configure
|
|
@@ -5605,6 +5605,8 @@ fi
|
|
case "$host" in
|
|
*-*-linux*)
|
|
os_linux=yes;;
|
|
+ *-*-freebsd*)
|
|
+ os_linux=yes;;
|
|
*)
|
|
os_linux=no;;
|
|
esac
|