Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 377276 Details for
Bug 282244
dev-embedded/ponyprog fails parallel make
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ponyprog-2.07c-build.patch
ponyprog-2.07c-build.patch (text/plain), 1.14 KB, created by
Sergey Popov (RETIRED)
on 2014-05-20 11:54:48 UTC
(
hide
)
Description:
ponyprog-2.07c-build.patch
Filename:
MIME Type:
Creator:
Sergey Popov (RETIRED)
Created:
2014-05-20 11:54:48 UTC
Size:
1.14 KB
patch
obsolete
>Respect LDFLAGS, CC, CXX > >http://bugs.gentoo.org/317767 > >Fix parallel make > >https://bugs.gentoo.org/show_bug.cgi?id=282244 > >--- Makefile >+++ Makefile >@@ -331,7 +331,7 @@ > prps: $(PRPS) > >-$(PROG): $(OBJS) >+$(PROG): $(OBJS) vlib >- $(CXX) -o $@ $(OBJS) $(LDFLAGS) >+ $(CXX) $(CXXFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(LIBDIR) $(LIBS) > > %.o: %.cpp > $(CXX) $(CFLAGS) -c $< -o $@ >--- v/Config.mk >+++ v/Config.mk >@@ -35,8 +35,6 @@ > #--------------------------------------------------------------------- > #CC = gcc > #CXX = g++ >-CC = gcc-3.4 >-CXX = g++-3.4 > > #--------------------------------------------------------------------- > # VPATH for dependencies on header files >@@ -297,5 +295,3 @@ > #--------------------------------------------------------------------- > # LINK/LOAD options > #--------------------------------------------------------------------- >-LDFLAGS = $(LIBDIR) $(LIBS) >- >--- v/srcx/Makefile >+++ v/srcx/Makefile >@@ -142,7 +142,6 @@ > vprogrsc.h vsliderc.h vtextinc.h vlistc.h vcomboc.h vtextc.h \ > vcolor.h vpen.h vclabelc.h vspinc.h > >- cd iconed ; $(MAKE) ARCH=$@ ; cd .. > > > #xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
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 282244
:
202190
|
202192
|
377274
| 377276