diff options
author | Simon Stelling <blubb@gentoo.org> | 2007-02-12 13:55:38 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2007-02-12 13:55:38 +0000 |
commit | c0f3a4466d075b4f91a1d6b216f7d7fed45e4e88 (patch) | |
tree | bae5d36c45b16f8a0645ec27786fe41166a44c92 /media-sound/lastfmplayer/files | |
parent | Stable on sparc wrt security #166022 (diff) | |
download | historical-c0f3a4466d075b4f91a1d6b216f7d7fed45e4e88.tar.gz historical-c0f3a4466d075b4f91a1d6b216f7d7fed45e4e88.tar.bz2 historical-c0f3a4466d075b4f91a1d6b216f7d7fed45e4e88.zip |
up
Package-Manager: portage-2.1.2-r9
Diffstat (limited to 'media-sound/lastfmplayer/files')
-rw-r--r-- | media-sound/lastfmplayer/files/lastfmplayer-1.1.3-pic.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/media-sound/lastfmplayer/files/lastfmplayer-1.1.3-pic.patch b/media-sound/lastfmplayer/files/lastfmplayer-1.1.3-pic.patch new file mode 100644 index 000000000000..5ad22ae98023 --- /dev/null +++ b/media-sound/lastfmplayer/files/lastfmplayer-1.1.3-pic.patch @@ -0,0 +1,11 @@ +--- src/Makefile 2007-02-11 19:39 ++++ src/Makefile 2007-02-11 19:40 +@@ -828,7 +828,7 @@ + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/main.o main.cpp + + build/Loqqer.o: Loqqer.cpp Loqqer.h +- $(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/Loqqer.o Loqqer.cpp ++ $(CXX) -c $(CXXFLAGS) -fPIC $(INCPATH) -o build/Loqqer.o Loqqer.cpp + + build/container.o: container.cpp container.h \ + playerlistener.h \ |