diff options
author | gerald <gerald@FreeBSD.org> | 2018-01-27 18:47:15 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2018-01-27 18:47:15 +0800 |
commit | 2403020ffe03dbfd8e06196a082ada6795d77737 (patch) | |
tree | 1dde717684c76750a39a94b2a04297d2f569612f /misc | |
parent | 17510eeffb7d82c629810197601c59ae75d97b91 (diff) | |
download | freebsd-ports-gnome-2403020ffe03dbfd8e06196a082ada6795d77737.tar.gz freebsd-ports-gnome-2403020ffe03dbfd8e06196a082ada6795d77737.tar.zst freebsd-ports-gnome-2403020ffe03dbfd8e06196a082ada6795d77737.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 ;; \ |