Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 103872 Details for
Bug 157815
dev-lang/open-cobol-0.30 will not emerge with gmp-4.2
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
open-cobol-0.32-gmp-configure.patch
open-cobol-0.32-gmp-configure.patch (text/plain), 1.71 KB, created by
Chí-Thanh Christopher Nguyễn
on 2006-12-12 09:15:53 UTC
(
hide
)
Description:
open-cobol-0.32-gmp-configure.patch
Filename:
MIME Type:
Creator:
Chí-Thanh Christopher Nguyễn
Created:
2006-12-12 09:15:53 UTC
Size:
1.71 KB
patch
obsolete
>--- open-cobol-0.32.orig/configure 2006-12-12 17:57:18.000000000 +0100 >+++ open-cobol-0.32/configure 2006-12-12 17:58:38.000000000 +0100 >@@ -4642,9 +4642,9 @@ > done > > >-echo "$as_me:$LINENO: checking for __gmp_rand in -lgmp" >&5 >-echo $ECHO_N "checking for __gmp_rand in -lgmp... $ECHO_C" >&6 >-if test "${ac_cv_lib_gmp___gmp_rand+set}" = set; then >+echo "$as_me:$LINENO: checking for __gmp_randinit in -lgmp" >&5 >+echo $ECHO_N "checking for __gmp_randinit in -lgmp... $ECHO_C" >&6 >+if test "${ac_cv_lib_gmp___gmp_randinit+set}" = set; then > echo $ECHO_N "(cached) $ECHO_C" >&6 > else > ac_check_lib_save_LIBS=$LIBS >@@ -4662,11 +4662,11 @@ > #endif > /* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >-char __gmp_rand (); >+char __gmp_randinit (); > int > main () > { >-__gmp_rand (); >+__gmp_randinit (); > ; > return 0; > } >@@ -4693,20 +4693,20 @@ > ac_status=$? > echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); }; }; then >- ac_cv_lib_gmp___gmp_rand=yes >+ ac_cv_lib_gmp___gmp_randinit=yes > else > echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > >-ac_cv_lib_gmp___gmp_rand=no >+ac_cv_lib_gmp___gmp_randinit=no > fi > rm -f conftest.err conftest.$ac_objext \ > conftest$ac_exeext conftest.$ac_ext > LIBS=$ac_check_lib_save_LIBS > fi >-echo "$as_me:$LINENO: result: $ac_cv_lib_gmp___gmp_rand" >&5 >-echo "${ECHO_T}$ac_cv_lib_gmp___gmp_rand" >&6 >-if test $ac_cv_lib_gmp___gmp_rand = yes; then >+echo "$as_me:$LINENO: result: $ac_cv_lib_gmp___gmp_randinit" >&5 >+echo "${ECHO_T}$ac_cv_lib_gmp___gmp_randinit" >&6 >+if test $ac_cv_lib_gmp___gmp_randinit = yes; then > cat >>confdefs.h <<_ACEOF > #define HAVE_LIBGMP 1 > _ACEOF
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 157815
:
103863
|
103871
| 103872 |
104153