* [gentoo-commits] gentoo-x86 commit in app-editors/cssed/files: cssed-0.4.0-asneeded.patch
@ 2009-02-11 15:08 Christoph Mende (angelos)
0 siblings, 0 replies; only message in thread
From: Christoph Mende (angelos) @ 2009-02-11 15:08 UTC (permalink / raw
To: gentoo-commits
angelos 09/02/11 15:08:51
Added: cssed-0.4.0-asneeded.patch
Log:
QA: Fix compilation with forced as-needed (bug 246880), respect LDFLAGS, respect CXX
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Revision Changes Path
1.1 app-editors/cssed/files/cssed-0.4.0-asneeded.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/cssed/files/cssed-0.4.0-asneeded.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/cssed/files/cssed-0.4.0-asneeded.patch?rev=1.1&content-type=text/plain
Index: cssed-0.4.0-asneeded.patch
===================================================================
diff --git a/src/Makefile.am b/src/Makefile.am
index a425281..9167c00 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -65,5 +65,5 @@ cssed_SOURCES = \
xpm-icons.h \
filetypes.h
-cssed_LDADD = @PACKAGE_LIBS@ ../scintilla/gtk/libscintilla.a ../libcroco/parser/libcroco.a
+cssed_LDADD = ../scintilla/gtk/libscintilla.a ../libcroco/parser/libcroco.a @PACKAGE_LIBS@
cssed_LINK = g++ -DGTK -o cssed
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-02-11 15:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-11 15:08 [gentoo-commits] gentoo-x86 commit in app-editors/cssed/files: cssed-0.4.0-asneeded.patch Christoph Mende (angelos)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox