forked from Lainports/opnsense-ports
28 lines
1,009 B
Text
28 lines
1,009 B
Text
2018-01-27 Gerald Pfeifer <gerald@pfeifer.com>
|
|
|
|
* lib/Makefile.am (need_charset_alias): Set to false on FreeBSD.
|
|
* lib/Makefile.in: Regenerate.
|
|
|
|
--- UTC
|
|
--- lib/Makefile.am.orig 2009-02-18 02:31:25.000000000 +0000
|
|
+++ lib/Makefile.am 2018-01-27 10:33:43.418893000 +0000
|
|
@@ -381,7 +381,7 @@
|
|
case '$(host_os)' in \
|
|
darwin[56]*) \
|
|
need_charset_alias=true ;; \
|
|
- darwin* | cygwin* | mingw* | pw32* | cegcc*) \
|
|
+ darwin* | cygwin* | freebsd* | mingw* | pw32* | cegcc*) \
|
|
need_charset_alias=false ;; \
|
|
*) \
|
|
need_charset_alias=true ;; \
|
|
--- lib/Makefile.in.orig 2009-02-18 03:31:25.000000000 +0100
|
|
+++ lib/Makefile.in 2009-02-24 01:10:55.000000000 +0100
|
|
@@ -1214,7 +1214,7 @@
|
|
case '$(host_os)' in \
|
|
darwin[56]*) \
|
|
need_charset_alias=true ;; \
|
|
- darwin* | cygwin* | mingw* | pw32* | cegcc*) \
|
|
+ darwin* | cygwin* | freebsd* | mingw* | pw32* | cegcc*) \
|
|
need_charset_alias=false ;; \
|
|
*) \
|
|
need_charset_alias=true ;; \
|