diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2018-01-27 18:47:15 +0800 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2018-01-27 18:47:15 +0800 |
commit | b9644c814acaab69331ffc1b0587e9e84b8a698b (patch) | |
tree | 1dde717684c76750a39a94b2a04297d2f569612f /misc | |
parent | 58234287d6c5edd18d9bbb110560d111bd766fed (diff) | |
download | freebsd-ports-gnome-b9644c814acaab69331ffc1b0587e9e84b8a698b.tar.gz freebsd-ports-gnome-b9644c814acaab69331ffc1b0587e9e84b8a698b.tar.zst freebsd-ports-gnome-b9644c814acaab69331ffc1b0587e9e84b8a698b.zip |
Update this patch to match what I now (again?) tried to push upstream.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gnuit/files/patch-lib-Makefile | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/misc/gnuit/files/patch-lib-Makefile b/misc/gnuit/files/patch-lib-Makefile index 91b454b3207a..df110bd5e747 100644 --- a/misc/gnuit/files/patch-lib-Makefile +++ b/misc/gnuit/files/patch-lib-Makefile @@ -1,4 +1,20 @@ +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 @@ @@ -6,7 +22,7 @@ darwin[56]*) \ need_charset_alias=true ;; \ - darwin* | cygwin* | mingw* | pw32* | cegcc*) \ -+ freebsd* | darwin* | cygwin* | mingw* | pw32* | cegcc*) \ ++ darwin* | cygwin* | freebsd* | mingw* | pw32* | cegcc*) \ need_charset_alias=false ;; \ *) \ need_charset_alias=true ;; \ |