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 | 0b409cd844b94468b1e1ae6ae564fdf6c71c2a7d (patch) | |
tree | 6f152ae331c452e5da031cd43f5460e56fc654e6 /x11-plugins/wmitime | |
parent | Remove 7.4 and 8.0 (diff) | |
download | gentoo-2-0b409cd844b94468b1e1ae6ae564fdf6c71c2a7d.tar.gz gentoo-2-0b409cd844b94468b1e1ae6ae564fdf6c71c2a7d.tar.bz2 gentoo-2-0b409cd844b94468b1e1ae6ae564fdf6c71c2a7d.zip |
Honour Gentoo LDFLAGS. Closes bug #335607.
(Portage version: 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:: |