diff options
author | Christoph Mende <angelos@gentoo.org> | 2009-01-04 22:15:44 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2009-01-04 22:15:44 +0000 |
commit | 2af58a91df9b6f587344cfa40c7bc6997f59928b (patch) | |
tree | 58b791e641333ebc893ddb869a40513d81af193e /dev-libs/libedit/files | |
parent | Change virtual/xft dependency to x11-libs/libXft, bug 253771. (diff) | |
download | gentoo-2-2af58a91df9b6f587344cfa40c7bc6997f59928b.tar.gz gentoo-2-2af58a91df9b6f587344cfa40c7bc6997f59928b.tar.bz2 gentoo-2-2af58a91df9b6f587344cfa40c7bc6997f59928b.zip |
QA: Fixed typo in freebsd-lib blocker, respect CC (bug 243916)
(Portage version: 2.2_rc20/cvs/Linux 2.6.28-dirty x86_64)
Diffstat (limited to 'dev-libs/libedit/files')
-rw-r--r-- | dev-libs/libedit/files/libedit-20061103-ldflags.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dev-libs/libedit/files/libedit-20061103-ldflags.patch b/dev-libs/libedit/files/libedit-20061103-ldflags.patch new file mode 100644 index 000000000000..7e9d4085f4da --- /dev/null +++ b/dev-libs/libedit/files/libedit-20061103-ldflags.patch @@ -0,0 +1,8 @@ +--- netbsd-cvs/Makefile.orig 2009-01-04 23:09:48.705130795 +0100 ++++ netbsd-cvs/Makefile 2009-01-04 23:09:55.836326665 +0100 +@@ -118,4 +118,4 @@ + libedit.a: $(OOBJS) + $(AR) -r $@ .a/* + libedit.so: $(OOBJS) +- $(CC) --shared -o $@ .so/* $(LIBS) -Wl,-soname,libedit.so ++ $(CC) $(LDFLAGS) --shared -o $@ .so/* $(LIBS) -Wl,-soname,libedit.so |