Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 113465 Details for
Bug 171146
media-video/gspcagui-20060930 ebuild + patch
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
prefixes.patch
prefixes.patch (text/plain), 734 bytes, created by
Pacho Ramos
on 2007-03-16 10:46:53 UTC
(
hide
)
Description:
prefixes.patch
Filename:
MIME Type:
Creator:
Pacho Ramos
Created:
2007-03-16 10:46:53 UTC
Size:
734 bytes
patch
obsolete
>--- Makefile.old 2007-03-11 17:32:59.090602511 +0100 >+++ Makefile 2007-03-11 17:33:46.082433613 +0100 >@@ -14,7 +14,7 @@ > CFLAGS= -O2 -DLINUX $(SDLFLAGS) $(WARNINGS) > AVIFLAGS= -O2 -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 > INSTALL=install >-BIN=/usr/local/bin >+BIN=${D}/usr/bin > INSTALL_DATA=${INSTALL} -m 644 > INSTALL_DIR=mkdir -p > ICONDIR=icons >@@ -40,8 +40,8 @@ > > install: gspcagui > $(INSTALL) -s -m 755 -g root -o root gspcagui $(BIN) >- $(INSTALL_DIR) /usr/local/share/gspcagui >- $(INSTALL_DATA) $(ICONDIR)/*.jpg /usr/local/share/gspcagui >+ $(INSTALL_DIR) ${D}/usr/share/gspcagui >+ $(INSTALL_DATA) $(ICONDIR)/*.jpg ${D}/usr/share/gspcagui > > cvrt.o: $(CONVDIR)/cvrt.c > $(CC) $(CFLAGS) -c $<
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 171146
:
113464
| 113465