freebsd-ports/graphics/xournal/files/patch-configure
Steve Wills f919b17732 graphics/xournal: Update to 0.4.8.2016
PR:		221153
Submitted by:	me@janh.de (maintainer)
2017-08-17 19:34:33 +00:00

11 lines
241 B
Text

--- configure.orig 2017-07-20 18:30:25.000000000 +0000
+++ configure 2017-08-01 14:05:24.637135000 +0000
@@ -5605,6 +5605,8 @@
case "$host" in
*-*-linux*)
os_linux=yes;;
+ *-*-freebsd*)
+ os_linux=yes;;
*)
os_linux=no;;
esac