diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2010-09-02 10:36:36 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2010-09-02 10:36:36 +0000 |
commit | 8682804d463e285d0b675d1140706f268454e59b (patch) | |
tree | 3f99caf72944e41b989af98009b4fdc09dbe7206 /x11-plugins/wmitime | |
parent | Honour Gentoo LDFLAGS. Closes bug #335625. (diff) | |
download | historical-8682804d463e285d0b675d1140706f268454e59b.tar.gz historical-8682804d463e285d0b675d1140706f268454e59b.tar.bz2 historical-8682804d463e285d0b675d1140706f268454e59b.zip |
Honour Gentoo LDFLAGS. Closes bug #335607.
Package-Manager: portage-2.1.8.3/cvs/Linux i686
Diffstat (limited to 'x11-plugins/wmitime')
-rw-r--r-- | x11-plugins/wmitime/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmitime/files/makefile.diff | 2 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-plugins/wmitime/ChangeLog b/x11-plugins/wmitime/ChangeLog index a189db94bc7f..6e8356be7908 100644 --- a/x11-plugins/wmitime/ChangeLog +++ b/x11-plugins/wmitime/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmitime -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmitime/ChangeLog,v 1.14 2008/11/25 23:59:19 tcunha Exp $ +# Copyright 2002-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmitime/ChangeLog,v 1.15 2010/09/02 10:36:36 s4t4n Exp $ + + 02 Sep 2010; Michele Noberasco <s4t4n@gentoo.org> makefile.diff: + Honour Gentoo LDFLAGS. Closes bug #335607. 25 Nov 2008; Tiago Cunha <tcunha@gentoo.org> wmitime-0.3.ebuild: stable sparc, bug 215651 diff --git a/x11-plugins/wmitime/files/makefile.diff b/x11-plugins/wmitime/files/makefile.diff index 97ed3b5c54c1..343c247a3ed5 100644 --- a/x11-plugins/wmitime/files/makefile.diff +++ b/x11-plugins/wmitime/files/makefile.diff @@ -20,7 +20,7 @@ diff -urN wmitime/wmitime/Makefile wmitime-modified/wmitime/Makefile wmtime: $(OBJS) - cc $(FLAGS) -D$(LANG) -o wmitime $^ -lXext $(LIBDIR) $(LIBS) - -+ gcc $(FLAGS) -o wmitime $^ -lXext $(LIBDIR) $(LIBS) ++ gcc $(FLAGS) $(LDFLAGS) -o wmitime $^ -lXext $(LIBDIR) $(LIBS) all:: wmtime clean:: |