* [gentoo-commits] gentoo-x86 commit in games-puzzle/bastet/files: bastet-0.41-as-needed.patch
@ 2009-02-08 18:27 Alfredo Tupone (tupone)
0 siblings, 0 replies; 2+ messages in thread
From: Alfredo Tupone (tupone) @ 2009-02-08 18:27 UTC (permalink / raw
To: gentoo-commits
tupone 09/02/08 18:27:21
Added: bastet-0.41-as-needed.patch
Log:
Fix --as-needed bug #247418
(Portage version: 2.1.6.4/cvs/Linux 2.6.26-gentoo-r3 i686)
Revision Changes Path
1.1 games-puzzle/bastet/files/bastet-0.41-as-needed.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/bastet/files/bastet-0.41-as-needed.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/bastet/files/bastet-0.41-as-needed.patch?rev=1.1&content-type=text/plain
Index: bastet-0.41-as-needed.patch
===================================================================
--- Makefile.old 2009-02-08 19:19:20.000000000 +0100
+++ Makefile 2009-02-08 19:19:48.000000000 +0100
@@ -12,14 +12,14 @@
CC=i686-pc-linux-gnu-gcc
CFLAGS+=-Wall -DHIGHSCORE_FILE=\"$(DATA_PREFIX)$(HISCORE)\"
-LDFLAGS=-lncurses
+LDLIBS+=-lncurses
SOURCES=main.c game.c highscore.c bast.c
EXNAME=bastet
all: $(EXNAME)
$(EXNAME) : $(SOURCES:.c=.o)
- $(CC) $(LDFLAGS) -o $(EXNAME) $(SOURCES:.c=.o)
+ $(CC) $(LDFLAGS) -o $(EXNAME) $(SOURCES:.c=.o) $(LDLIBS)
%.d: %.c
set -e; $(CC) -MM $(CFLAGS) $< \
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-puzzle/bastet/files: bastet-0.41-as-needed.patch
@ 2011-01-05 21:29 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-01-05 21:29 UTC (permalink / raw
To: gentoo-commits
ssuominen 11/01/05 21:29:32
Removed: bastet-0.41-as-needed.patch
Log:
x86 stable wrt #350446. punt old, no more stable for ppc and ppc64
(Portage version: 2.2.0_alpha10/cvs/Linux x86_64)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-01-05 21:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-05 21:29 [gentoo-commits] gentoo-x86 commit in games-puzzle/bastet/files: bastet-0.41-as-needed.patch Samuli Suominen (ssuominen)
-- strict thread matches above, loose matches on Subject: below --
2009-02-08 18:27 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