mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
x11-misc/xhkeys: gcc -> CC.
Package-Manager: portage-2.3.0_rc1
This commit is contained in:
15
x11-misc/xhkeys/files/xhkeys-2.2.1-CC.patch
Normal file
15
x11-misc/xhkeys/files/xhkeys-2.2.1-CC.patch
Normal file
@@ -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 $@
|
||||
@@ -26,6 +26,7 @@ DEPEND="
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${P}-linux_headers.patch
|
||||
"${FILESDIR}"/${P}-CC.patch
|
||||
)
|
||||
|
||||
src_install() {
|
||||
|
||||
Reference in New Issue
Block a user