diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-02-22 12:58:32 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-02-22 12:58:32 +0000 |
commit | 8e6b87975cbc275a175ea81f86218e08ee771797 (patch) | |
tree | 12413664c8feffeacd5a12b6b8824c937d3d115a /net-libs/wvstreams/files | |
parent | header fix; arm needs deps first (Manifest recommit) (diff) | |
download | gentoo-2-8e6b87975cbc275a175ea81f86218e08ee771797.tar.gz gentoo-2-8e6b87975cbc275a175ea81f86218e08ee771797.tar.bz2 gentoo-2-8e6b87975cbc275a175ea81f86218e08ee771797.zip |
Closing #33896.
Diffstat (limited to 'net-libs/wvstreams/files')
-rw-r--r-- | net-libs/wvstreams/files/digest-wvstreams-3.74 | 1 | ||||
-rw-r--r-- | net-libs/wvstreams/files/wvstreams-3.74-fPIC.patch | 11 | ||||
-rw-r--r-- | net-libs/wvstreams/files/wvstreams-3.74-makefile.patch | 8 |
3 files changed, 20 insertions, 0 deletions
diff --git a/net-libs/wvstreams/files/digest-wvstreams-3.74 b/net-libs/wvstreams/files/digest-wvstreams-3.74 new file mode 100644 index 000000000000..0978cee9f3fc --- /dev/null +++ b/net-libs/wvstreams/files/digest-wvstreams-3.74 @@ -0,0 +1 @@ +MD5 f31e8e140e0d91e2617b166154051998 wvstreams-3.74.0.tar.gz 493757 diff --git a/net-libs/wvstreams/files/wvstreams-3.74-fPIC.patch b/net-libs/wvstreams/files/wvstreams-3.74-fPIC.patch new file mode 100644 index 000000000000..f40395a0c2e2 --- /dev/null +++ b/net-libs/wvstreams/files/wvstreams-3.74-fPIC.patch @@ -0,0 +1,11 @@ +--- rules.mk 2004-02-22 12:20:43.004314615 +0000 ++++ rules.mk 2004-02-22 12:21:58.419788467 +0000 +@@ -25,7 +25,7 @@ + $(LINK_MSG)$(CC) $(LDFLAGS) $^ $(LOADLIBES) $(LDLIBS) -o $@ + + %.o: %.cc +- $(COMPILE_MSG)$(CXX) $(CXXFLAGS) $(CPPFLAGS) -c -o $@ $< ++ $(COMPILE_MSG)$(CXX) $(CXXFLAGS) $(CPPFLAGS) -fPIC -c -o $@ $< + $(DEPEND_MSG)$(CXX) $(CXXFLAGS) $(CPPFLAGS) -M -E $< | \ + sed -e 's|^$(notdir $@)|$@|' > $(dir $@).$(DEPFILE) + diff --git a/net-libs/wvstreams/files/wvstreams-3.74-makefile.patch b/net-libs/wvstreams/files/wvstreams-3.74-makefile.patch new file mode 100644 index 000000000000..cb63dcec196c --- /dev/null +++ b/net-libs/wvstreams/files/wvstreams-3.74-makefile.patch @@ -0,0 +1,8 @@ +diff -ruN wvstreams-3.74.0/vars.mk wvstreams-3.74.0.fix/vars.mk +--- wvstreams-3.74.0/vars.mk 2003-11-14 16:09:07.000000000 -0500 ++++ wvstreams-3.74.0.fix/vars.mk 2003-11-20 00:07:53.000000000 -0500 +@@ -183,3 +183,4 @@ + libwvutils.a libwvutils.so: $(call objects,utils) + libwvutils.so: -lz -lcrypt + ++uniconf/daemon/uniconfdaemon: libuniconf.so libwvutils.so -ldb-3 |