diff options
Diffstat (limited to 'www/moonshine/files/patch-configure')
-rw-r--r-- | www/moonshine/files/patch-configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/moonshine/files/patch-configure b/www/moonshine/files/patch-configure new file mode 100644 index 000000000000..0a0bb3e84d1a --- /dev/null +++ b/www/moonshine/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig 2009-04-15 21:26:53.000000000 +0100 ++++ configure 2009-04-15 21:28:20.000000000 +0100 +@@ -11543,6 +11543,7 @@ + + case "$target_os" in + *linux*) TARGET_PLATFORM="Linux" ;; ++ *freebsd*) TARGET_PLATFORM="FreeBSD" ;; + *) { { $as_echo "$as_me:$LINENO: error: Target os $target_os is not supported" >&5 + $as_echo "$as_me: error: Target os $target_os is not supported" >&2;} + { (exit 1); exit 1; }; } ;; |