# HG changeset patch # User nenolod # Date 1169793180 28800 # Node ID 79b4e8e4e2a7fe5411fae8aa74d128bc6c076ac5 # Parent 30ab29ed32d8c158ef9e40dedf4868c7a0f2646e [svn] - remove gcc-specific CFLAGs diff -r 30ab29ed32d8 -r 79b4e8e4e2a7 ChangeLog --- a/ChangeLog Thu Jan 25 22:20:19 2007 -0800 +++ b/ChangeLog Thu Jan 25 22:33:00 2007 -0800 @@ -1,3 +1,36 @@ +2007-01-26 06:20:19 +0000 William Pitcock + revision [3828] + - back out objective-make topdir probe stuff, it doesnt work on some + systems :( + - run make update-po + + trunk/Makefile | 2 + trunk/icons/Makefile | 6 + trunk/man/Makefile | 6 + trunk/mk/init.mk | 10 - + trunk/mk/objective.mk | 148 +++++++------------- + trunk/mk/rules.mk.in | 2 + trunk/po/audacious.pot | 248 +++++++++++++++++------------------ + trunk/skins/Classic/Makefile | 24 +++ + trunk/skins/Default/Makefile | 24 +++ + trunk/skins/Ivory/Makefile | 23 +++ + trunk/skins/Osmosis/Makefile | 23 +++ + trunk/skins/TinyPlayer/Makefile | 23 +++ + trunk/src/Makefile | 6 + trunk/src/audacious/Makefile | 8 - + trunk/src/audacious/glade/Makefile | 6 + trunk/src/audacious/images/Makefile | 6 + trunk/src/audacious/ui/Makefile | 6 + trunk/src/audacious/widgets/Makefile | 8 - + trunk/src/audtool/Makefile | 8 - + trunk/src/intl/Makefile | 6 + trunk/src/libaudacious++/Makefile | 8 - + trunk/src/libaudacious/Makefile | 8 - + trunk/src/libguess/Makefile | 6 + trunk/src/librcd/Makefile | 6 + 24 files changed, 342 insertions(+), 279 deletions(-) + + 2007-01-26 05:59:33 +0000 William Pitcock revision [3826] - rename some hooks so that they are more logical diff -r 30ab29ed32d8 -r 79b4e8e4e2a7 src/audacious/widgets/Makefile --- a/src/audacious/widgets/Makefile Thu Jan 25 22:20:19 2007 -0800 +++ b/src/audacious/widgets/Makefile Thu Jan 25 22:33:00 2007 -0800 @@ -14,8 +14,7 @@ -I../../.. \ -I../.. \ -I.. \ - -I../../intl \ - -Wno-strict-aliasing + -I../../intl SOURCES = \ widget.c \