diff options
author | Eray Aslan <eras@gentoo.org> | 2011-06-06 19:19:13 +0000 |
---|---|---|
committer | Eray Aslan <eras@gentoo.org> | 2011-06-06 19:19:13 +0000 |
commit | 1c9316590e8b8085e8a9070815919bee4fb0cf47 (patch) | |
tree | 6cecda9680ba0ec8bcd7c3bbffb4b2b1ce0205f3 /net-mail/maildirtree/files | |
parent | Use modified GNUstep.conf for compilation, should fix bug #366795 (diff) | |
download | historical-1c9316590e8b8085e8a9070815919bee4fb0cf47.tar.gz historical-1c9316590e8b8085e8a9070815919bee4fb0cf47.tar.bz2 historical-1c9316590e8b8085e8a9070815919bee4fb0cf47.zip |
Respect LDFLAGS - bug #337243. Quoting
Package-Manager: portage-2.1.10/cvs/Linux x86_64
Diffstat (limited to 'net-mail/maildirtree/files')
-rw-r--r-- | net-mail/maildirtree/files/maildirtree-0.6-ldflags.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/net-mail/maildirtree/files/maildirtree-0.6-ldflags.patch b/net-mail/maildirtree/files/maildirtree-0.6-ldflags.patch new file mode 100644 index 000000000000..f6e0e17a7277 --- /dev/null +++ b/net-mail/maildirtree/files/maildirtree-0.6-ldflags.patch @@ -0,0 +1,19 @@ +commit 631b3c687fe1558b88556a89838b9f264c2aed42 +Author: Eray Aslan <eras@gentoo.org> +Date: Mon Jun 6 22:09:23 2011 +0300 + + Respect LDFLAGS - bug #337243 + +diff --git a/Makefile.in b/Makefile.in +index 62f0673..b24a609 100644 +--- a/Makefile.in ++++ b/Makefile.in +@@ -33,7 +33,7 @@ maildirtree.1: $(wildcard maildirtree.1.sgml) + $(DBM) $< > $@ + + maildirtree: $(OBJS) +- $(CC) $(CFLAGS) $(OBJS) -o $@ ++ $(CC) $(CFLAGS) $(LDFLAGS) $(OBJS) -o $@ + + maildirtree.o: maildirtree.c config.h maildirtree.h snprintf.h + snprintf.o: snprintf.c config.h snprintf.h |