ports/graphics/xournal/files/patch-configure
Steve Wills eaa76a85f0 graphics/xournal: make DATADIR clean
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)
2017-09-07 00:45:27 +00:00

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