diff options
author | Tom Martin <slarti@gentoo.org> | 2004-07-06 18:36:25 +0000 |
---|---|---|
committer | Tom Martin <slarti@gentoo.org> | 2004-07-06 18:36:25 +0000 |
commit | 1cf99d709d7a247476193e7bb577fd146d9f65f3 (patch) | |
tree | 26a336b80c2023a87fbee485eca13a719e6c5796 /media-plugins/caps-plugins/files | |
parent | Added slotmove 21 to 21.3 in order to make sure already slotmoved system to t... (diff) | |
download | gentoo-2-1cf99d709d7a247476193e7bb577fd146d9f65f3.tar.gz gentoo-2-1cf99d709d7a247476193e7bb577fd146d9f65f3.tar.bz2 gentoo-2-1cf99d709d7a247476193e7bb577fd146d9f65f3.zip |
Fixed -fPIC, sanitised some CFLAGS in the Makefile, added to ~amd64, changed insinto -> dolib.so in the ebuild.
Diffstat (limited to 'media-plugins/caps-plugins/files')
-rw-r--r-- | media-plugins/caps-plugins/files/caps-plugins-0.1.10-fpic.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/media-plugins/caps-plugins/files/caps-plugins-0.1.10-fpic.patch b/media-plugins/caps-plugins/files/caps-plugins-0.1.10-fpic.patch new file mode 100644 index 000000000000..458ca26f8927 --- /dev/null +++ b/media-plugins/caps-plugins/files/caps-plugins-0.1.10-fpic.patch @@ -0,0 +1,11 @@ +--- Makefile 2004-07-06 19:06:46.606228168 +0100 ++++ /home/slarti/Makefile.new 2004-07-06 19:07:42.008805696 +0100 +@@ -38,7 +38,7 @@ + $(CC) $(CFLAGS) -S $< + + .cc.o: +- $(CC) $(CFLAGS) -I/usr/local/include -c $< ++ $(CC) $(CFLAGS) -fPIC -c $< + + tags: $(SOURCES) $(HEADERS) + @echo making tags |