FreeBSD Bugzilla – Attachment 170598 Details for
Bug 209724
x11/xloadimage: Build fails if Samba is installed as PDC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed fix
xloadimage.patch (text/plain), 1.08 KB, created by
Dmitry Marakasov
on 2016-05-24 13:27:08 UTC
(
hide
)
Description:
Proposed fix
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2016-05-24 13:27:08 UTC
Size:
1.08 KB
patch
obsolete
>Index: files/patch-build-info >=================================================================== >--- files/patch-build-info (nonexistent) >+++ files/patch-build-info (working copy) >@@ -0,0 +1,36 @@ >+--- build-info.orig 1993-10-21 21:29:05 UTC >++++ build-info >+@@ -3,32 +3,16 @@ >+ >+ # try to find out the build date >+ >+-if [ -x /bin/date ]; then >+- date='char *BuildDate= "'`/bin/date`'";' >+-else >+ date='char *BuildDate= (char *)0;' >+-fi >+ >+ # try to find out who's doing the build. there are two common places >+ # for 'id', /bin/id and /usr/bin/id. >+ >+-if [ -x /bin/id ]; then >+- user='char *BuildUser= "'`/bin/id`'";' >+-else >+- if [ -x /usr/bin/id ]; then >+- user='char *BuildUser= "'`/usr/bin/id`'";' >+- else >+ user='char *BuildUser= (char *)0;' >+- fi >+-fi >+ >+ # try to find out the system information >+ >+-if [ -x /bin/uname ]; then >+- uname='char *BuildSystem= "'`/bin/uname -a`'";' >+-else >+- uname='char *BuildSystem= "<unknown system>";' >+-fi >++ uname='char *BuildSystem= "FreeBSD";' >+ >+ echo '/* THIS FILE IS AUTOMATICALLY GENERATED */' > build.c >+ echo $uname >> build.c
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 209724
:
170583
| 170598