mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-16 13:31:26 +02:00
12 lines
428 B
Plaintext
12 lines
428 B
Plaintext
--- gnulib/lib/Makefile.am.orig 2015-05-24 00:50:24 UTC
|
|
+++ gnulib/lib/Makefile.am
|
|
@@ -463,7 +463,7 @@ install-exec-localcharset: all-local
|
|
case '$(host_os)' in \
|
|
darwin[56]*) \
|
|
need_charset_alias=true ;; \
|
|
- darwin* | cygwin* | mingw* | pw32* | cegcc*) \
|
|
+ darwin* | cygwin* | mingw* | pw32* | cegcc* | freebsd*) \
|
|
need_charset_alias=false ;; \
|
|
*) \
|
|
need_charset_alias=true ;; \
|