* [gentoo-commits] gentoo-x86 commit in games-arcade/apricots/files: apricots-0.2.6-ldflags.patch
@ 2010-10-11 14:58 Alfredo Tupone (tupone)
0 siblings, 0 replies; only message in thread
From: Alfredo Tupone (tupone) @ 2010-10-11 14:58 UTC (permalink / raw
To: gentoo-commits
tupone 10/10/11 14:58:49
Added: apricots-0.2.6-ldflags.patch
Log:
Respect LDFLAGS. Bug #340139
(Portage version: 2.1.9.14/cvs/Linux i686)
Revision Changes Path
1.1 games-arcade/apricots/files/apricots-0.2.6-ldflags.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/apricots/files/apricots-0.2.6-ldflags.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/apricots/files/apricots-0.2.6-ldflags.patch?rev=1.1&content-type=text/plain
Index: apricots-0.2.6-ldflags.patch
===================================================================
--- apricots/Makefile.am.old 2010-10-11 15:58:18.000000000 +0200
+++ apricots/Makefile.am 2010-10-11 15:59:21.000000000 +0200
@@ -4,7 +4,8 @@
## INCLUDES were found outside kdevelop specific part
apricots_SOURCES = SDLfont.cpp shape.cpp setup.cpp sampleio.cpp init.cpp game.cpp finish.cpp fall.cpp drawall.cpp drak.cpp collide.cpp apricots.cpp all.cpp ai.cpp
-apricots_LDADD =
+apricots_LDADD = $(all_libraries)
+
SUBDIRS = docs
@@ -68,7 +69,3 @@
####### kdevelop will overwrite this part!!! (end)############
# set the include path found by configure
INCLUDES= $(all_includes)
-
-# the library search path.
-apricots_LDFLAGS = $(all_libraries)
-
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-10-11 14:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-11 14:58 [gentoo-commits] gentoo-x86 commit in games-arcade/apricots/files: apricots-0.2.6-ldflags.patch Alfredo Tupone (tupone)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox