Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 186513 Details for
Bug 263914
media-libs/mesa-7.4_rc1 fails to build with MAKEOPTS=-j5
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix-parallel-make.patch
patch (text/plain), 552 bytes, created by
Rémi Cardona (RETIRED)
on 2009-03-28 07:54:51 UTC
(
hide
)
Description:
fix-parallel-make.patch
Filename:
MIME Type:
Creator:
Rémi Cardona (RETIRED)
Created:
2009-03-28 07:54:51 UTC
Size:
552 bytes
patch
obsolete
>diff --git a/src/glx/x11/Makefile b/src/glx/x11/Makefile >index 419cb28..4d69a59 100644 >--- a/src/glx/x11/Makefile >+++ b/src/glx/x11/Makefile >@@ -70,7 +70,7 @@ INCLUDES = -I. \ > default: depend $(TOP)/$(LIB_DIR)/$(GL_LIB_NAME) > > # Make libGL >-$(TOP)/$(LIB_DIR)/$(GL_LIB_NAME): $(OBJECTS) Makefile >+$(TOP)/$(LIB_DIR)/$(GL_LIB_NAME): $(OBJECTS) $(TOP)/$(LIB_DIR) Makefile > $(MKLIB) -o $(GL_LIB) -linker '$(CC)' -ldflags '$(LDFLAGS)' \ > -major 1 -minor 2 $(MKLIB_OPTIONS) \ > -install $(TOP)/$(LIB_DIR) -id $(INSTALL_LIB_DIR)/lib$(GL_LIB).1.dylib \
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 263914
:
186385
|
186386
| 186513