* [gentoo-commits] gentoo-x86 commit in dev-vcs/git/files: git-1.7.6-interix.patch
@ 2011-07-13 7:03 Markus Duft (mduft)
0 siblings, 0 replies; only message in thread
From: Markus Duft (mduft) @ 2011-07-13 7:03 UTC (permalink / raw
To: gentoo-commits
mduft 11/07/13 07:03:15
Added: git-1.7.6-interix.patch
Log:
re-added interix prefix specific patch, as some things didnt make it into the current release.
(Portage version: 2.1.10.3/cvs/Linux i686)
Revision Changes Path
1.1 dev-vcs/git/files/git-1.7.6-interix.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/files/git-1.7.6-interix.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/files/git-1.7.6-interix.patch?rev=1.1&content-type=text/plain
Index: git-1.7.6-interix.patch
===================================================================
reported upstream: http://thread.gmane.org/gmane.comp.version-control.git/174407/focus=174438
diff -ru git-1.7.5.rc3.orig/Makefile git-1.7.5.rc3/Makefile
--- git-1.7.5.rc3.orig/Makefile 2011-05-27 08:40:59 +0200
+++ git-1.7.5.rc3/Makefile 2011-05-27 09:00:58 +0200
@@ -1121,8 +1121,6 @@
X = .exe
endif
ifeq ($(uname_S),Interix)
- NO_SYS_POLL_H = YesPlease
- NO_INTTYPES_H = YesPlease
NO_INITGROUPS = YesPlease
NO_IPV6 = YesPlease
NO_MEMMEM = YesPlease
@@ -1133,10 +1131,14 @@
ifeq ($(uname_R),3.5)
NO_INET_NTOP = YesPlease
NO_INET_PTON = YesPlease
+ NO_SOCKADDR_STORAGE = YesPlease
+ NO_FNMATCH_CASEFOLD = YesPlease
endif
ifeq ($(uname_R),5.2)
NO_INET_NTOP = YesPlease
NO_INET_PTON = YesPlease
+ NO_SOCKADDR_STORAGE = YesPlease
+ NO_FNMATCH_CASEFOLD = YesPlease
endif
endif
ifneq (,$(findstring MINGW,$(uname_S)))
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-07-13 7:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-13 7:03 [gentoo-commits] gentoo-x86 commit in dev-vcs/git/files: git-1.7.6-interix.patch Markus Duft (mduft)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox