summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2009-12-02 18:36:05 +0000
committerJeroen Roovers <jer@gentoo.org>2009-12-02 18:36:05 +0000
commit1d517f3e2d2f504d714d29e990d18386fe9bc284 (patch)
tree8782907a4e01d2a047afb38130e7ac679bb67581 /sys-apps/lsparisc
parentAutomated update of use.local.desc (diff)
downloadgentoo-2-1d517f3e2d2f504d714d29e990d18386fe9bc284.tar.gz
gentoo-2-1d517f3e2d2f504d714d29e990d18386fe9bc284.tar.bz2
gentoo-2-1d517f3e2d2f504d714d29e990d18386fe9bc284.zip
Respect LDFLAGS.
(Portage version: 2.2_rc54/cvs/Linux i686)
Diffstat (limited to 'sys-apps/lsparisc')
-rw-r--r--sys-apps/lsparisc/ChangeLog8
-rw-r--r--sys-apps/lsparisc/files/lsparisc-0.3-compile.patch2
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/lsparisc/ChangeLog b/sys-apps/lsparisc/ChangeLog
index c33950d8231b..713cd116978b 100644
--- a/sys-apps/lsparisc/ChangeLog
+++ b/sys-apps/lsparisc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/lsparisc
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/lsparisc/ChangeLog,v 1.13 2008/11/06 19:23:37 jer Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/lsparisc/ChangeLog,v 1.14 2009/12/02 18:36:05 jer Exp $
+
+ 02 Dec 2009; Jeroen Roovers <jer@gentoo.org>
+ files/lsparisc-0.3-compile.patch:
+ Respect LDFLAGS.
06 Nov 2008; Jeroen Roovers <jer@gentoo.org>
+files/lsparisc-0.3-compile.patch, lsparisc-0.3.ebuild:
diff --git a/sys-apps/lsparisc/files/lsparisc-0.3-compile.patch b/sys-apps/lsparisc/files/lsparisc-0.3-compile.patch
index 46ed291ecc7f..4306c9783056 100644
--- a/sys-apps/lsparisc/files/lsparisc-0.3-compile.patch
+++ b/sys-apps/lsparisc/files/lsparisc-0.3-compile.patch
@@ -9,7 +9,7 @@
${PROG}: ${OBJS}
- $(CC) -o ${PROG} ${OBJS} ${LIBS} ${CFLAGS}
-+ $(CC) -o ${PROG} ${OBJS} ${LIBS} $(CFLAGS)
++ $(CC) -o ${PROG} ${OBJS} ${LIBS} $(CFLAGS) $(LDFLAGS)
clean:
rm -f ${OBJS}