Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 33391 Details for
Bug 44047
Emerge dnd-1.1 fails in Function src_compile, Line 24 with Exitcode 2
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch which fixes this bug
Makefile-fix.patch (text/plain), 908 bytes, created by
Mirian Crzig Lennox
on 2004-06-16 11:56:41 UTC
(
hide
)
Description:
patch which fixes this bug
Filename:
MIME Type:
Creator:
Mirian Crzig Lennox
Created:
2004-06-16 11:56:41 UTC
Size:
908 bytes
patch
obsolete
>--- Makefile.in.orig 1997-05-22 22:18:22.000000000 -0400 >+++ Makefile.in 2004-06-16 14:41:19.673035936 -0400 >@@ -42,19 +42,22 @@ > $(COMPILE) dndtest.c > $(LINK) dndtest.o -L. -lDnd $(LIBS) > >-libDnd.a: DragAndDrop.c >- rm -f DragAndDrop.o >- $(COMPILE) DragAndDrop.c >+libDnd.a: DragAndDropC.o > rm -f libDnd.a >- $(AR) cru libDnd.a DragAndDrop.o >+ $(AR) cru libDnd.a DragAndDropC.o > $(RANLIB) libDnd.a > >-libDnd++.a: DragAndDrop.c >- rm -f DragAndDrop.o DragAndDrop.cxx >- ln -s DragAndDrop.c DragAndDrop.cxx >- $(CXXCOMPILE) DragAndDrop.cxx >+DragAndDropC.o: DragAndDrop.c >+ rm -f DragAndDropC.o >+ $(COMPILE) DragAndDrop.c -o DragAndDropC.o >+ >+DragAndDropCpp.o: DragAndDrop.c >+ rm -f DragAndDropCpp.o >+ $(CXXCOMPILE) DragAndDrop.c -o DragAndDropCpp.o >+ >+libDnd++.a: DragAndDropCpp.o > rm -f libDnd++.a >- $(AR) cru libDnd++.a DragAndDrop.o >+ $(AR) cru libDnd++.a DragAndDropCpp.o > $(RANLIB) libDnd++.a > > clean:
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 44047
: 33391 |
33392