public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-wm/ratpoison/files: ratpoison-1.4.5-asneeded.patch
@ 2010-06-01 17:12 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; only message in thread
From: Kacper Kowalik (xarthisius) @ 2010-06-01 17:12 UTC (permalink / raw
  To: gentoo-commits

xarthisius    10/06/01 17:12:32

  Added:                ratpoison-1.4.5-asneeded.patch
  Log:
  Fixing build with as-needed wrt bug 310727. Thanks Diego for report.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  x11-wm/ratpoison/files/ratpoison-1.4.5-asneeded.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/files/ratpoison-1.4.5-asneeded.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/files/ratpoison-1.4.5-asneeded.patch?rev=1.1&content-type=text/plain

Index: ratpoison-1.4.5-asneeded.patch
===================================================================
Fixing as-needed issues

http://bugs.gentoo.org/show_bug.cgi?id=310727

--- src/Makefile.am
+++ src/Makefile.am
@@ -22,8 +22,9 @@
 bin_PROGRAMS		= ratpoison
 MAINTAINERCLEANFILES = Makefile.in config.h.in
 
-AM_LDFLAGS=${X_LDFLAGS} ${X_LIBS} ${X_EXTRA_LIBS} ${XFT_LIBS} ${HISTORY_LIBS}
-AM_CPPFLAGS=${X_CFLAGS} ${XFT_CFLAGS}
+ratpoison_LDFLAGS=${X_LDFLAGS} 
+ratpoison_LDADD=${X_LIBS} ${X_EXTRA_LIBS} ${XFT_LIBS} ${HISTORY_LIBS}
+ratpoison_CFLAGS=${X_CFLAGS} ${XFT_CFLAGS}
 
 ratpoison_SOURCES	= actions.c		\
 			actions.h		\






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

only message in thread, other threads:[~2010-06-01 17:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-01 17:12 [gentoo-commits] gentoo-x86 commit in x11-wm/ratpoison/files: ratpoison-1.4.5-asneeded.patch Kacper Kowalik (xarthisius)

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