summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarol Wojtaszek <sekretarz@gentoo.org>2005-07-13 14:22:20 +0000
committerKarol Wojtaszek <sekretarz@gentoo.org>2005-07-13 14:22:20 +0000
commit055f34b478c6c70e2d04f5510bc361b36cd5ab9c (patch)
treea464625220214a306d990b98f9a5b301f8c60e37 /net-p2p/dchub/files
parentQA: Use full atoms for best_version, has_version and built_with_use queries. (diff)
downloadgentoo-2-055f34b478c6c70e2d04f5510bc361b36cd5ab9c.tar.gz
gentoo-2-055f34b478c6c70e2d04f5510bc361b36cd5ab9c.tar.bz2
gentoo-2-055f34b478c6c70e2d04f5510bc361b36cd5ab9c.zip
Fixed DEPEND and HOMEPAGE variable by aye, bug #58824. Added to ~amd64
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-p2p/dchub/files')
-rw-r--r--net-p2p/dchub/files/dchub-0.5.2-amd64.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/net-p2p/dchub/files/dchub-0.5.2-amd64.patch b/net-p2p/dchub/files/dchub-0.5.2-amd64.patch
new file mode 100644
index 000000000000..446b9ddc136f
--- /dev/null
+++ b/net-p2p/dchub/files/dchub-0.5.2-amd64.patch
@@ -0,0 +1,12 @@
+diff -Naur dchub-0.5.2.orig/plugin/Makefile.am dchub-0.5.2/plugin/Makefile.am
+--- dchub-0.5.2.orig/plugin/Makefile.am 2003-11-28 15:29:40.000000000 +0000
++++ dchub-0.5.2/plugin/Makefile.am 2005-07-13 16:01:01.000000000 +0000
+@@ -6,7 +6,7 @@
+ SUFFIXES = .c .o .so
+
+ .c.o:
+- $(CC) -c $(CFLAGS) $(CPPFLAGS) $(GLIB_CFLAGS) -o $@ $<
++ $(CC) -c $(CFLAGS) -fPIC $(CPPFLAGS) $(GLIB_CFLAGS) -o $@ $<
+ .o.so:
+ $(CC) -fPIC -shared $(CFLAGS) $(GLIB_CFLAGS) $< -o $@
+