Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 337842 Details for
Bug 392553
dev-scheme/guile: missing sys-libs/readline control
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch enabling --with-readline and --without-readline for guile-1.8.8
guile-1.8.8-config-with-readline.patch (text/plain), 1.01 KB, created by
Cyprien Nicolas (fulax)
on 2013-02-03 19:10:55 UTC
(
hide
)
Description:
Patch enabling --with-readline and --without-readline for guile-1.8.8
Filename:
MIME Type:
Creator:
Cyprien Nicolas (fulax)
Created:
2013-02-03 19:10:55 UTC
Size:
1.01 KB
patch
obsolete
>diff -Nur guile-1.8.8.orig/configure.in guile-1.8.8/configure.in >--- guile-1.8.8.orig/configure.in 2013-02-03 19:54:05.000000000 +0100 >+++ guile-1.8.8/configure.in 2013-02-03 19:56:37.000000000 +0100 >@@ -57,7 +57,13 @@ > # > #-------------------------------------------------------------------- > >-AC_CONFIG_SUBDIRS(guile-readline) >+GUILE_READLINE >+if test "x$with_readline" = xyes; then >+ AC_CONFIG_SUBDIRS(guile-readline) >+ GUILE_READLINE="guile-readline" >+fi >+ >+AC_SUBST([GUILE_READLINE]) > > #-------------------------------------------------------------------- > >diff -Nur guile-1.8.8.orig/Makefile.am guile-1.8.8/Makefile.am >--- guile-1.8.8.orig/Makefile.am 2013-02-03 19:54:06.000000000 +0100 >+++ guile-1.8.8/Makefile.am 2013-02-03 19:55:14.000000000 +0100 >@@ -24,7 +24,7 @@ > # > AUTOMAKE_OPTIONS = 1.10 > >-SUBDIRS = oop libguile ice-9 guile-config guile-readline emacs \ >+SUBDIRS = oop libguile ice-9 guile-config @GUILE_READLINE@ emacs \ > scripts srfi doc examples test-suite benchmark-suite lang am > > bin_SCRIPTS = guile-tools
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 392553
: 337842