Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 12338 Details for
Bug 21410
alsa-driver-0.9.3c access violation
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
The patch
alsa-driver-install.patch (text/plain), 1.51 KB, created by
Arcady Genkin (RETIRED)
on 2003-05-23 14:08:38 UTC
(
hide
)
Description:
The patch
Filename:
MIME Type:
Creator:
Arcady Genkin (RETIRED)
Created:
2003-05-23 14:08:38 UTC
Size:
1.51 KB
patch
obsolete
>--- alsa-driver-0.9.0rc3/Makefile.org Fri Jan 10 03:08:07 2003 >+++ alsa-driver-0.9.0rc3/Makefile Fri Feb 21 17:17:40 2003 >@@ -153,11 +153,11 @@ > .PHONY: install-scripts > install-scripts: > if [ -d /sbin/init.d ]; then \ >- install -m 755 -g $(IGROUP) -o $(IUSER) utils/alsasound $(DESTDIR)/sbin/init.d/alsasound; \ >+ install -D -m 755 -g $(IGROUP) -o $(IUSER) utils/alsasound $(DESTDIR)/sbin/init.d/alsasound; \ > elif [ -d /etc/rc.d/init.d ]; then \ >- install -m 755 -g $(IGROUP) -o $(IUSER) utils/alsasound $(DESTDIR)/etc/rc.d/init.d/alsasound; \ >+ install -D -m 755 -g $(IGROUP) -o $(IUSER) utils/alsasound $(DESTDIR)/etc/rc.d/init.d/alsasound; \ > elif [ -d /etc/init.d ]; then \ >- install -m 755 -g $(IGROUP) -o $(IUSER) utils/alsasound $(DESTDIR)/etc/init.d/alsasound; \ >+ install -D -m 755 -g $(IGROUP) -o $(IUSER) utils/alsasound $(DESTDIR)/etc/init.d/alsasound; \ > fi > > .PHONY: check-snd-prefix >--- alsa-driver-0.9.3b/support/pnp/pnp.c.org Mon May 19 18:24:51 2003 >+++ alsa-driver-0.9.3b/support/pnp/pnp.c Wed May 21 14:10:55 2003 >@@ -33,7 +33,6 @@ > #if defined(CONFIG_MODVERSIONS) && !defined(__GENKSYMS__) && !defined(__DEPEND__) > #define MODVERSIONS > #include <linux/modversions.h> >-#include "sndversions.h" > #endif > #endif > >--- alsa-driver-0.9.3b/support/pnp/Makefile.org Mon Apr 7 20:00:31 2003 >+++ alsa-driver-0.9.3b/support/pnp/Makefile Wed May 21 16:07:02 2003 >@@ -17,7 +17,7 @@ > # Toplevel Module Dependency > ifndef CONFIG_PNP_KERNEL > ifeq (y,$(CONFIG_ISAPNP)) >-obj-m += snd-pnp.o >+obj-m += pnp.o > endif > endif >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 21410
:
12243
| 12338 |
12339