diff options
author | Jim Ramsay <lack@gentoo.org> | 2010-08-11 13:37:36 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2010-08-11 13:37:36 +0000 |
commit | 6da8a5ad1d15d383f9c4970c7ceacd25f685a006 (patch) | |
tree | bcf0f0e5d07f40f69f6fafd1160479f55e2f1791 /x11-plugins/i8krellm/files | |
parent | Add patch to respect LDFLAGS (Bug #331831) (diff) | |
download | gentoo-2-6da8a5ad1d15d383f9c4970c7ceacd25f685a006.tar.gz gentoo-2-6da8a5ad1d15d383f9c4970c7ceacd25f685a006.tar.bz2 gentoo-2-6da8a5ad1d15d383f9c4970c7ceacd25f685a006.zip |
Respect LDFLAGS (Bug #331873)
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins/i8krellm/files')
-rw-r--r-- | x11-plugins/i8krellm/files/i8krellm-2.5-Respect-LDFLAGS.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-plugins/i8krellm/files/i8krellm-2.5-Respect-LDFLAGS.patch b/x11-plugins/i8krellm/files/i8krellm-2.5-Respect-LDFLAGS.patch new file mode 100644 index 000000000000..bc740a415e35 --- /dev/null +++ b/x11-plugins/i8krellm/files/i8krellm-2.5-Respect-LDFLAGS.patch @@ -0,0 +1,12 @@ +diff --git a/Makefile b/Makefile +index 443a911..ba83210 100644 +--- a/Makefile ++++ b/Makefile +@@ -3,6 +3,7 @@ + # + + LFLAGS = -shared ++LFLAGS += $(LDFLAGS) + + + ## Support for GKrellM 2.0 |