Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 179538 Details for
Bug 252589
games-util/wiiuse (new package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
wiiuse-0.12-makefile.patch
wiiuse-0.12-makefile.patch (text/plain), 1.65 KB, created by
Piotr Szymaniak
on 2009-01-24 12:08:37 UTC
(
hide
)
Description:
wiiuse-0.12-makefile.patch
Filename:
MIME Type:
Creator:
Piotr Szymaniak
Created:
2009-01-24 12:08:37 UTC
Size:
1.65 KB
patch
obsolete
>diff -Nur wiiuse_v0.12.old/example/Makefile wiiuse_v0.12/example/Makefile >--- wiiuse_v0.12.old/example/Makefile 2008-04-02 02:45:40.000000000 +0200 >+++ wiiuse_v0.12/example/Makefile 2009-01-22 16:32:34.343707633 +0100 >@@ -64,7 +64,7 @@ > > install: > @if [ -e $(BIN) ]; then \ >- cp -v $(BIN) /usr/bin ; \ >+ install -D -m 755 $(BIN) $(DESTDIR)/usr/bin/wiiuse-example ; \ > fi > > >diff -Nur wiiuse_v0.12.old/example-sdl/Makefile wiiuse_v0.12/example-sdl/Makefile >--- wiiuse_v0.12.old/example-sdl/Makefile 2008-04-02 02:45:53.000000000 +0200 >+++ wiiuse_v0.12/example-sdl/Makefile 2009-01-22 16:32:34.343707633 +0100 >@@ -64,7 +64,7 @@ > > install: > @if [ -e $(BIN) ]; then \ >- cp -v $(BIN) /usr/bin ;\ >+ install -D -m 755 $(BIN) $(DESTDIR)/usr/bin/wiiuse-sdl ; \ > fi > > $(BIN): mkdir $(OBJS) >diff -Nur wiiuse_v0.12.old/Makefile wiiuse_v0.12/Makefile >--- wiiuse_v0.12.old/Makefile 2008-02-26 02:18:47.000000000 +0100 >+++ wiiuse_v0.12/Makefile 2009-01-22 16:33:42.855708421 +0100 >@@ -10,10 +10,10 @@ > wiiuse: > @$(MAKE) -C src > >-ex: >+ex: wiiuse > @$(MAKE) -C example > >-sdl-ex: >+sdl-ex: wiiuse > @$(MAKE) -C example-sdl > > distclean: >diff -Nur wiiuse_v0.12.old/src/Makefile wiiuse_v0.12/src/Makefile >--- wiiuse_v0.12.old/src/Makefile 2008-03-03 00:30:04.000000000 +0100 >+++ wiiuse_v0.12/src/Makefile 2009-01-22 16:32:34.343707633 +0100 >@@ -73,10 +73,8 @@ > @-rm -r debug-* release-* 2> /dev/null > > install: >- @if [ -e $(BIN) ]; then \ >- cp -v $(BIN) /usr/lib ; \ >- fi >- @cp -v wiiuse.h /usr/include >+ @install -D -m 644 $(BIN) $(DESTDIR)/usr/lib/libwiiuse.so >+ @install -D -m 644 wiiuse.h $(DESTDIR)/usr/include/wiiuse.h > > $(BIN): mkdir $(OBJS) > $(CC) $(CFLAGS) $(LDFLAGS) $(OBJS) -o $(BIN)
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 Raw
Actions:
View
Attachments on
bug 252589
:
176430
|
176431
|
177163
| 179538 |
179539
|
225383
|
225385
|
235063
|
235065
|
235067
|
235069
|
235071