Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 44916 Details for
Bug 72779
komics-1.4 won't compile because of -j2 or larger make flag
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
files/komics-1.4-Makefiles.patch
komics-1.4-Makefiles.patch (text/plain), 1.15 KB, created by
Simone Gotti (RETIRED)
on 2004-11-29 01:39:29 UTC
(
hide
)
Description:
files/komics-1.4-Makefiles.patch
Filename:
MIME Type:
Creator:
Simone Gotti (RETIRED)
Created:
2004-11-29 01:39:29 UTC
Size:
1.15 KB
patch
obsolete
>--- src/Makefile.am.orig 2004-11-29 10:27:33.000000000 +0000 >+++ src/Makefile.am 2004-11-29 10:28:01.000000000 +0000 >@@ -25,7 +25,7 @@ > bin_PROGRAMS = komics > komics_LDFLAGS = $(KDE_RPATH) $(all_libraries) > komics_SOURCES = main.cpp >-komics_LDADD = $(top_builddir)/src/libkomics.la $(LIB_KDEUI) $(LIB_KIO) >+komics_LDADD = libkomics.la $(LIB_KDEUI) $(LIB_KIO) > > #komics_bin_DATA = komics-bin.desktop > #komics_bindir = $(kde_datadir)/komics >--- src/Makefile.in.orig 2004-11-29 10:27:45.000000000 +0000 >+++ src/Makefile.in 2004-11-29 10:27:58.000000000 +0000 >@@ -273,7 +273,7 @@ > bin_PROGRAMS = komics > komics_LDFLAGS = $(KDE_RPATH) $(all_libraries) > komics_SOURCES = main.cpp >-komics_LDADD = $(top_builddir)/src/libkomics.la $(LIB_KDEUI) $(LIB_KIO) >+komics_LDADD = libkomics.la $(LIB_KDEUI) $(LIB_KIO) > > #komics_bin_DATA = komics-bin.desktop > #komics_bindir = $(kde_datadir)/komics >@@ -307,7 +307,7 @@ > #>- komics_OBJECTS = $(am_komics_OBJECTS) > #>+ 1 > komics_OBJECTS = main.$(OBJEXT) >-komics_DEPENDENCIES = $(top_builddir)/src/libkomics.la >+komics_DEPENDENCIES = libkomics.la > > DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) > depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
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 72779
:
44902
|
44915
| 44916