freebsd-ports/java/icedtea-web/files/patch-configure.ac
Greg Lewis 602bbea901 Update to 1.8.4
PR:		244976
Submitted by:	Lars Herschke <lhersch@dssgmbh.de>
2020-07-23 02:16:28 +00:00

11 lines
264 B
Text

--- configure.ac.orig 2019-08-02 14:08:17.000000000 +0200
+++ configure.ac 2020-01-14 16:32:04.000000000 +0100
@@ -71,7 +71,7 @@
build_linux=no
build_windows=no
case "${host_os}" in
- linux*)
+ freebsd*)
build_linux=yes
;;
cygwin*)