FreeBSD Bugzilla – Attachment 120494 Details for
Bug 163293
[patch] net/lambdamoo: unbreak build with clang
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
clang.diff
clang.diff (text/plain), 1.42 KB, created by
Jan Beich
on 2011-12-14 19:20:08 UTC
(
hide
)
Description:
clang.diff
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2011-12-14 19:20:08 UTC
Size:
1.42 KB
patch
obsolete
>Index: net/lambdamoo/files/patch-configure >=================================================================== >RCS file: /a/.csup/ports/net/lambdamoo/files/patch-configure,v >retrieving revision 1.1 >diff -u -p -r1.1 patch-configure >--- net/lambdamoo/files/patch-configure 9 Apr 2002 06:08:40 -0000 1.1 >+++ net/lambdamoo/files/patch-configure 14 Dec 2011 18:52:42 -0000 >@@ -1,5 +1,14 @@ > --- configure.orig Mon Apr 8 22:32:10 2002 > +++ configure Mon Apr 8 22:51:13 2002 >+@@ -599,7 +599,7 @@ >+ cat > conftest.c <<EOF >+ #include "confdefs.h" >+ >+-int main(int argc, char *argv) { void *ptr; exit(0); } >++int main(int argc, char **argv) { void *ptr; exit(0); } >+ >+ EOF >+ eval $compile > @@ -1618,7 +1618,7 @@ > do > echo "checking whether $func is declared in sys/ioctl.h" >Index: net/lambdamoo/files/patch-configure.in >=================================================================== >RCS file: /a/.csup/ports/net/lambdamoo/files/patch-configure.in,v >retrieving revision 1.1 >diff -u -p -r1.1 patch-configure.in >--- net/lambdamoo/files/patch-configure.in 9 Apr 2002 06:08:40 -0000 1.1 >+++ net/lambdamoo/files/patch-configure.in 14 Dec 2011 18:51:37 -0000 >@@ -9,3 +9,12 @@ > changequote([,])dnl > AC_PROGRAM_EGREP($pattern, [ > #include <$1> >+@@ -260,7 +260,7 @@ >+ SAVECC="$CC" >+ CC="$CC $opt" >+ AC_TEST_PROGRAM([ >+-int main(int argc, char *argv) { void *ptr; exit(0); } >++int main(int argc, char **argv) { void *ptr; exit(0); } >+ ], >+ [have_ansi=1 >+ break],
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 163293
: 120494