summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2010-08-11 12:45:34 +0000
committerJim Ramsay <lack@gentoo.org>2010-08-11 12:45:34 +0000
commite19441099f7bea280c76ac366bdde420068dc3a8 (patch)
tree7ab19cb3a091a92d5ecd2385b2c92bcd8027fc93 /x11-plugins/gkrellmss/files
parentFix radiant paths for unbundled rails, thanks to Daniel Bahrdt in bug 332119.... (diff)
downloadgentoo-2-e19441099f7bea280c76ac366bdde420068dc3a8.tar.gz
gentoo-2-e19441099f7bea280c76ac366bdde420068dc3a8.tar.bz2
gentoo-2-e19441099f7bea280c76ac366bdde420068dc3a8.zip
Patch to respect LDFLAGS (Bug #331809)
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins/gkrellmss/files')
-rw-r--r--x11-plugins/gkrellmss/files/gkrellmss-2.6-Respect-LDFLAGS.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/x11-plugins/gkrellmss/files/gkrellmss-2.6-Respect-LDFLAGS.patch b/x11-plugins/gkrellmss/files/gkrellmss-2.6-Respect-LDFLAGS.patch
new file mode 100644
index 000000000000..dbb034435ecb
--- /dev/null
+++ b/x11-plugins/gkrellmss/files/gkrellmss-2.6-Respect-LDFLAGS.patch
@@ -0,0 +1,25 @@
+From e33eeeec5d922b79f18e0c39a7f80ef3c44ccc7e Mon Sep 17 00:00:00 2001
+From: Jim Ramsay <jim.ramsay@motorola.com>
+Date: Wed, 11 Aug 2010 08:37:20 -0400
+Subject: [PATCH] Respect LDFLAGS
+
+---
+ src/Makefile | 2 ++
+ 1 files changed, 2 insertions(+), 0 deletions(-)
+
+diff --git a/src/Makefile b/src/Makefile
+index e618bd4..35a1453 100644
+--- a/src/Makefile
++++ b/src/Makefile
+@@ -78,6 +78,8 @@ LFLAGS = -shared
+ STRIP ?= -s
+ endif
+
++LFLAGS += $(LDFLAGS)
++
+ ifeq ($(debug),1)
+ FLAGS += -g
+ endif
+--
+1.7.2
+