[sawfish] add --tag=CC where necessary



commit 892a61b71ff230d20c5e10d50a22cfd50a1cf09e
Author: chrisb <zanghar freenet de>
Date:   Wed Jul 15 20:24:54 2009 +0200

    add --tag=CC where necessary

 ChangeLog       |    3 +++
 man/news.texi   |    2 ++
 src/Makefile.in |    4 ++--
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 82ea31b..b3194c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-07-15  Christopher Bratusek <zanghar freenet de>
+	* src/Makefile.in: add --tag=CC there necessary on some systems [Gentoo]
+
 2009-07-10  Christopher Bratusek <zanghar freenet de>
 	* sawfish-ksm.desktop: make sawfish appear in KDEs WM Selector
 
diff --git a/man/news.texi b/man/news.texi
index 3ca594e..52338fb 100644
--- a/man/news.texi
+++ b/man/news.texi
@@ -30,6 +30,8 @@ they occurred between. For more detailed information see the
 @item Sawfish does now appear in KDE4s WM Selector [Christopher Bratusek]
 
 @item Changing raise-tabs-on-hover takes effect immediately now [Christopher Bratusek]
+
+ item Add --tag=CC to libtool where necessary, unbrakes compilation on some arches [Gentoo]
 @end itemize
 @end itemize
 
diff --git a/src/Makefile.in b/src/Makefile.in
index de4cc5c..6c10313 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -43,7 +43,7 @@ override CFLAGS := $(CFLAGS) $(REP_CFLAGS) $(IMAGE_CFLAGS) $(X11_CFLAGS) $(ESD_C
 all : sawfish libclient.o $(DL_OBJS) .libexec gtk-style
 
 sawfish : $(OBJS) $(LIBOBJS)
-	$(rep_LIBTOOL) --mode=link $(CC) -export-dynamic $(LDFLAGS) \
+	$(rep_LIBTOOL) --mode=link --tag=CC $(CC) -export-dynamic $(LDFLAGS) \
 	  -o sawfish $(OBJS) $(LIBOBJS) $(REP_LIBS) $(PANGO_LIBS) \
 	  $(IMAGE_LIBS) $(X11_LIBS) $(EXTRA_X11_LIBS) $(LIBS)
 
@@ -54,7 +54,7 @@ play-sample.la : play-sample.lo
 	$(rep_DL_LD) $(LDFLAGS) -o $@ $< $(ESD_LIBS) $(AUDIOFILE_LIBS)
 
 libclient_.lo : libclient.c
-	$(rep_LIBTOOL) --mode=compile $(CC) -c $(CPPFLAGS) $(CFLAGS) -o $@ $<
+	$(rep_LIBTOOL) --mode=compile --tag=CC $(CC) -c $(CPPFLAGS) $(CFLAGS) -o $@ $<
 
 client.la : client.lo libclient_.lo
 	$(rep_DL_LD) $(LDFLAGS) -o $@ $^ $(X11_LIBS) $(REP_LIBS) $(LIBS)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]