Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 45493 Details for
Bug 73749
NNGS no name Go Server ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to build properly for => files/
nngs-1.1.16.patch (text/plain), 1.98 KB, created by
Lars Grunewaldt
on 2004-12-07 20:45:12 UTC
(
hide
)
Description:
patch to build properly for => files/
Filename:
MIME Type:
Creator:
Lars Grunewaldt
Created:
2004-12-07 20:45:12 UTC
Size:
1.98 KB
patch
obsolete
>diff -U3 -r nngs-1.1.16/config.h.in nngs-1.1.16.new/config.h.in >--- nngs-1.1.16/config.h.in 2004-11-21 12:35:45.000000000 +0100 >+++ nngs-1.1.16.new/config.h.in 2004-12-08 03:24:26.381097232 +0100 >@@ -132,6 +132,9 @@ > /* Define to 1 if you have the `snprintf' function. */ > #undef HAVE_SNPRINTF > >+/* Define to 1 if you have the `ftruncate' function. */ >+#undef HAVE_FTRUNCATE >+ > /* Define to 1 if you have the <stdint.h> header file. */ > #undef HAVE_STDINT_H > >diff -U3 -r nngs-1.1.16/configure.in nngs-1.1.16.new/configure.in >--- nngs-1.1.16/configure.in 2004-11-21 12:35:45.000000000 +0100 >+++ nngs-1.1.16.new/configure.in 2004-12-08 03:13:31.937587768 +0100 >@@ -79,8 +79,8 @@ > NO_WARNINGS="CFLAGS=$CFLAGS" > if test $ac_cv_prog_gcc = yes; then > GCC_ONLY='' >- GGO_SOME_WARNINGS='-Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wp,-lang-c89' >- GGO_ALL_WARNINGS='-Wall -W -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wp,-lang-c89' >+ GGO_SOME_WARNINGS='-Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wp,-ansi=c89' >+ GGO_ALL_WARNINGS='-Wall -W -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wp,-ansi=c89' > NNGS_SOME_WARNINGS="CFLAGS=$CFLAGS $GGO_SOME_WARNINGS" > NNGS_ALL_WARNINGS="CFLAGS=$CFLAGS $GGO_ALL_WARNINGS" > CFLAGS="$CFLAGS $GGO_SOME_WARNINGS" >diff -U3 -r nngs-1.1.16/src/mink.c nngs-1.1.16.new/src/mink.c >--- nngs-1.1.16/src/mink.c 2004-11-21 12:35:47.000000000 +0100 >+++ nngs-1.1.16.new/src/mink.c 2004-12-08 03:26:45.180996440 +0100 >@@ -19,8 +19,11 @@ > > #ifdef HAVE_STDLIB_H > #include <stdlib.h> >+ >+#if (!HAVE_RANDOM) > extern int random(void); > #endif >+#endif > > #include <assert.h> >
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 73749
: 45493 |
45494