summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2009-02-17 20:24:43 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2009-02-17 20:24:43 +0000
commitb7685642e6ba2253844aa13c7870fe3753a43c3f (patch)
treea02e6533a2350f98c8a339eff6366399d04ed84b /sci-astronomy
parentFixed for as-needed, and merging sed and patch (diff)
downloadhistorical-b7685642e6ba2253844aa13c7870fe3753a43c3f.tar.gz
historical-b7685642e6ba2253844aa13c7870fe3753a43c3f.tar.bz2
historical-b7685642e6ba2253844aa13c7870fe3753a43c3f.zip
Now propagate LDFLAGS
Package-Manager: portage-2.2_rc23/cvs/Linux x86_64
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/ds9/ChangeLog6
-rw-r--r--sci-astronomy/ds9/files/ds9-5.5-main.patch2
2 files changed, 6 insertions, 2 deletions
diff --git a/sci-astronomy/ds9/ChangeLog b/sci-astronomy/ds9/ChangeLog
index a8f87bc8a7ba..a2888d27e594 100644
--- a/sci-astronomy/ds9/ChangeLog
+++ b/sci-astronomy/ds9/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-astronomy/ds9
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/ds9/ChangeLog,v 1.17 2009/02/17 16:37:26 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/ds9/ChangeLog,v 1.18 2009/02/17 20:24:43 bicatali Exp $
+
+ 17 Feb 2009; Sébastien Fabbro <bicatali@gentoo.org>
+ files/ds9-5.5-main.patch:
+ Now propagate LDFLAGS
17 Feb 2009; Sébastien Fabbro <bicatali@gentoo.org> ds9-5.4.ebuild,
ds9-5.5.ebuild:
diff --git a/sci-astronomy/ds9/files/ds9-5.5-main.patch b/sci-astronomy/ds9/files/ds9-5.5-main.patch
index c97e5010df42..707d884a2dab 100644
--- a/sci-astronomy/ds9/files/ds9-5.5-main.patch
+++ b/sci-astronomy/ds9/files/ds9-5.5-main.patch
@@ -213,7 +213,7 @@ diff -Nur saods9.orig/ds9/Makefile saods9/ds9/Makefile
+ifeq ($(ARCH),gentoo)
+ds9Base : $(OBJS) $(LIBS)
+ $(RM) $@
-+ $(CXX) ${OPTS} \
++ $(CXX) ${OPTS} ${LDFLAGS} \
+ -o $@ $(OBJS) $(LIBS) \
+ -L$(X11LIB) -lX11 \
+ -ldl -lpthread \