public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmMoonClock/files: wmMoonClock-1.27-makefile.patch
@ 2009-01-16 15:47 Michele Noberasco (s4t4n)
  0 siblings, 0 replies; only message in thread
From: Michele Noberasco (s4t4n) @ 2009-01-16 15:47 UTC (permalink / raw
  To: gentoo-commits

s4t4n       09/01/16 15:47:25

  Modified:             wmMoonClock-1.27-makefile.patch
  Log:
  Fixed issues when compiling with --as-needed. Closes bug #248615.
  (Portage version: 2.1.6.4/cvs/Linux 2.6.24-tuxonice-r9 i686)

Revision  Changes    Path
1.2                  x11-plugins/wmMoonClock/files/wmMoonClock-1.27-makefile.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmMoonClock/files/wmMoonClock-1.27-makefile.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmMoonClock/files/wmMoonClock-1.27-makefile.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmMoonClock/files/wmMoonClock-1.27-makefile.patch?r1=1.1&r2=1.2

Index: wmMoonClock-1.27-makefile.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmMoonClock/files/wmMoonClock-1.27-makefile.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wmMoonClock-1.27-makefile.patch	28 Jan 2008 13:43:14 -0000	1.1
+++ wmMoonClock-1.27-makefile.patch	16 Jan 2009 15:47:24 -0000	1.2
@@ -20,7 +20,7 @@
  wmMoonClock.o: wmMoonClock_master.xpm wmMoonClock_mask.xbm CalcEphem.h
  wmMoonClock:	$(OBJS) 
 -	$(CC) $(COPTS) $(SYSTEM) -lm -o wmMoonClock $^ $(INCDIR) $(LIBDIR) $(LIBS)
-+	$(CC) $(COPTS) $(SYSTEM) -lm -o wmMoonClock $^ $(INCDIR) -L$(LIBDIR) $(LDFLAGS) $(LIBS)
++	$(CC) $(COPTS) $(SYSTEM) -o wmMoonClock $^ $(INCDIR) -L$(LIBDIR) $(LDFLAGS) $(LIBS) -lm
  
  clean:
  	for i in $(OBJS) ; do \






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-01-16 15:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-16 15:47 [gentoo-commits] gentoo-x86 commit in x11-plugins/wmMoonClock/files: wmMoonClock-1.27-makefile.patch Michele Noberasco (s4t4n)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox