Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 290261 Details for
Bug 363647
sys-apps/groff-1.21: src/libs/gnulib/configure run manually by build system
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix for groff 1.21 cross-compilation problem
groff-1.21-cross-compile.patch (text/plain), 423 bytes, created by
Peter Tworek
on 2011-10-19 19:15:52 UTC
(
hide
)
Description:
Fix for groff 1.21 cross-compilation problem
Filename:
MIME Type:
Creator:
Peter Tworek
Created:
2011-10-19 19:15:52 UTC
Size:
423 bytes
patch
obsolete
>--- Makefile.in.orig 2011-10-19 18:53:06.333119083 +0000 >+++ Makefile.in 2011-10-19 18:55:02.004664894 +0000 >@@ -767,7 +767,8 @@ > case $(do) in \ > all) \ > cd $@; \ >- test -f Makefile || $(SHELL) $$srcdir/configure ; \ >+ args=`$(top_builddir)/config.status --config`; \ >+ test -f Makefile || eval $$srcdir/configure "$$args" --srcdir=$$srcdir; \ > $(MAKE) ACLOCAL=: AUTOCONF=: AUTOHEADER=: AUTOMAKE=: $(do) ;; \ > esac >
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 363647
:
269997
|
269999
| 290261