FreeBSD Bugzilla – Attachment 39589 Details for
Bug 62387
(fix) port multimedia/libxine does not compile on alpha.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 529 bytes, created by
Klaus Robert Suetterlin
on 2004-02-05 13:40:04 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Klaus Robert Suetterlin
Created:
2004-02-05 13:40:04 UTC
Size:
529 bytes
patch
obsolete
>--- src/video_out/video_out_xv.c.orig Sun Dec 14 23:13:26 2003 >+++ src/video_out/video_out_xv.c Thu Feb 5 14:27:10 2004 >@@ -47,13 +47,17 @@ > #if defined (__SVR4) && defined (__sun) > # include <sys/int_types.h> > #else >-# include <stdint.h> >+# if defined(HAVE_STDINT_H) >+# include <stdint.h> >+# else >+# include <inttypes.h> >+# endif > #endif > >+#include <sys/types.h> > #if defined(__FreeBSD__) > #include <machine/param.h> > #endif >-#include <sys/types.h> > #include <sys/ipc.h> > #include <sys/shm.h> > #include <sys/time.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 62387
: 39589