diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-03-14 13:40:33 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-03-14 13:40:33 +0000 |
commit | eea2decca73143b74f1524f72af2114a85920fde (patch) | |
tree | 7a1ffc45962ee36129fda020aa48a1221e9a0790 /misc/git/files/patch-lib-Makefile | |
parent | Test::Mock::LWP provides easy mocking of LWP packages: (diff) |
Complete rename of misc/git to misc/gnuit.
PR: 132200
Notes
Notes:
svn path=/head/; revision=230050
Diffstat (limited to 'misc/git/files/patch-lib-Makefile')
-rw-r--r-- | misc/git/files/patch-lib-Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/misc/git/files/patch-lib-Makefile b/misc/git/files/patch-lib-Makefile deleted file mode 100644 index 8ab7c36d4a73..000000000000 --- a/misc/git/files/patch-lib-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- 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*) \ -+ freebsd* | darwin* | cygwin* | mingw* | pw32* | cegcc*) \ - need_charset_alias=false ;; \ - *) \ - need_charset_alias=true ;; \ |