qtads: remove 2.0.1 since it's in portage now
[gentoo-interactive-fiction.git] / games-engines / git / files / git-1.2.2-LDFLAGS.patch
blobb68772747bb47b5a8e03e50c1d2e61bc05ed7457
1 Source: dleverton
2 Upstream: no
3 Reason: respect LDFLAGS, since some people care about that
5 --- git-1.2.2/Makefile~ 2009-01-21 18:12:38.000000000 +0000
6 +++ git-1.2.2/Makefile 2009-01-24 18:23:48.000000000 +0000
7 @@ -67,7 +67,7 @@
8 all: git
10 git: $(OBJS)
11 - $(CC) $(OPTIONS) -o git $(OBJS) $(LIBS)
12 + $(CC) $(OPTIONS) $(LDFLAGS) -o git $(OBJS) $(LIBS)
14 install: git
15 cp git $(INSTALLDIR)/git