summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2013-03-04 21:06:55 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2013-03-04 21:06:55 +0000
commit618070431647715eff98d233c9a55ae018229b48 (patch)
tree4f1735cba3adc4054ced5ca1f631dc4d57347909 /sci-astronomy/cdsclient
parentFew cleanups in live ebuild to match upstream no longer using dmake. (diff)
downloadgentoo-2-618070431647715eff98d233c9a55ae018229b48.tar.gz
gentoo-2-618070431647715eff98d233c9a55ae018229b48.tar.bz2
gentoo-2-618070431647715eff98d233c9a55ae018229b48.zip
Respect CFLAGS for exec wwwget
(Portage version: 2.2.01.21688-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'sci-astronomy/cdsclient')
-rw-r--r--sci-astronomy/cdsclient/ChangeLog9
-rw-r--r--sci-astronomy/cdsclient/files/cdsclient-gentoo.diff2
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-astronomy/cdsclient/ChangeLog b/sci-astronomy/cdsclient/ChangeLog
index d1e632d249d8..0aa0ae8d10c7 100644
--- a/sci-astronomy/cdsclient/ChangeLog
+++ b/sci-astronomy/cdsclient/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-astronomy/cdsclient
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/cdsclient/ChangeLog,v 1.13 2012/07/04 21:24:49 bicatali Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/cdsclient/ChangeLog,v 1.14 2013/03/04 21:06:55 bicatali Exp $
+
+ 04 Mar 2013; Sébastien Fabbro <bicatali@gentoo.org>
+ files/cdsclient-gentoo.diff:
+ Respect CFLAGS for exec wwwget
04 Jul 2012; Sébastien Fabbro <bicatali@gentoo.org> cdsclient-3.7.1.ebuild:
respect prefix bindir
@@ -87,4 +91,3 @@
19 Sep 2006; Sebastien Fabbro <seb@ist.utl.pt> cdsclient-2.85.ebuild
Initial import.
-
diff --git a/sci-astronomy/cdsclient/files/cdsclient-gentoo.diff b/sci-astronomy/cdsclient/files/cdsclient-gentoo.diff
index c01253da9914..b54b41e7849a 100644
--- a/sci-astronomy/cdsclient/files/cdsclient-gentoo.diff
+++ b/sci-astronomy/cdsclient/files/cdsclient-gentoo.diff
@@ -43,7 +43,7 @@ Respect LDFLAGS,CFLAGS, fix install
wwwget: wwwget.c
- $(CC) wwwget.c $(LIBSYS) -o $@
- $(STRIP) $@
-+ $(CC) $(LDFLAGS) wwwget.c $(LIBSYS) -o $@
++ $(CC) $(CFLAGS) $(LDFLAGS) wwwget.c $(LIBSYS) -o $@
doc: sk.tex man.tex aclient.tex
latex man.tex