1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/textproc/augeas/files/patch-gnulib::lib::Makefile.am
Martin Wilke 3e488db3fd Augeas is a configuration editing tool. It parses configuration files in their
native formats and transforms them into a tree. Configuration changes are made
by manipulating this tree and saving it back into native config files.

WWW:	http://augeas.net

PR:		ports/146743
Submitted by:	Russell Jackson <raj at csub.edu>
2010-06-02 16:48:12 +00:00

12 lines
439 B
Plaintext

--- gnulib/lib/Makefile.am.orig 2010-04-28 14:46:00.000000000 -0700
+++ gnulib/lib/Makefile.am 2010-04-28 14:47:00.000000000 -0700
@@ -395,7 +395,7 @@
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 ;; \