public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xhkeys/files/, x11-misc/xhkeys/
@ 2016-05-18  8:09 Jeroen Roovers
  0 siblings, 0 replies; only message in thread
From: Jeroen Roovers @ 2016-05-18  8:09 UTC (permalink / raw
  To: gentoo-commits

commit:     75f47a9dd2a42ff4f6853017ca6da2085b8aeb75
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed May 18 08:09:18 2016 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed May 18 08:09:52 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75f47a9d

x11-misc/xhkeys: gcc -> CC.

Package-Manager: portage-2.3.0_rc1

 x11-misc/xhkeys/files/xhkeys-2.2.1-CC.patch | 15 +++++++++++++++
 x11-misc/xhkeys/xhkeys-2.2.1.ebuild         |  1 +
 2 files changed, 16 insertions(+)

diff --git a/x11-misc/xhkeys/files/xhkeys-2.2.1-CC.patch b/x11-misc/xhkeys/files/xhkeys-2.2.1-CC.patch
new file mode 100644
index 0000000..4e1f7da
--- /dev/null
+++ b/x11-misc/xhkeys/files/xhkeys-2.2.1-CC.patch
@@ -0,0 +1,15 @@
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -127,10 +127,10 @@
+ xhkeys_mixer.lo: xhkeys_mixer.c plugin_common.h xhkeys_plugin.h
+ 
+ xhkeys_cdaudio.so: $(MODULES_CDAUDIO) 
+-	gcc -shared -Wl,-soname,xhkeys_cdaudio.so -o xhkeys_cdaudio.so $(MODULES_CDAUDIO)
++	$(CC) -shared -Wl,-soname,xhkeys_cdaudio.so -o xhkeys_cdaudio.so $(MODULES_CDAUDIO)
+ 
+ xhkeys_mixer.so: $(MODULES_MIXER) 
+-	gcc -shared -Wl,-soname,xhkeys_mixer.so -o xhkeys_mixer.so $(MODULES_MIXER)
++	$(CC) -shared -Wl,-soname,xhkeys_mixer.so -o xhkeys_mixer.so $(MODULES_MIXER)
+ 
+ %.lo: %.c 
+ 	$(CC) -c $(CFLAGS_LO) $< -o $@

diff --git a/x11-misc/xhkeys/xhkeys-2.2.1.ebuild b/x11-misc/xhkeys/xhkeys-2.2.1.ebuild
index 808559c..8ec8e2c 100644
--- a/x11-misc/xhkeys/xhkeys-2.2.1.ebuild
+++ b/x11-misc/xhkeys/xhkeys-2.2.1.ebuild
@@ -26,6 +26,7 @@ DEPEND="
 
 PATCHES=(
 	"${FILESDIR}"/${P}-linux_headers.patch
+	"${FILESDIR}"/${P}-CC.patch
 )
 
 src_install() {


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-05-18  8:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-18  8:09 [gentoo-commits] repo/gentoo:master commit in: x11-misc/xhkeys/files/, x11-misc/xhkeys/ Jeroen Roovers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox