FreeBSD Bugzilla – Attachment 66311 Details for
Bug 98037
mpgtx compiled without largefile support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 699 bytes, created by
hohmuth
on 2006-05-27 23:50:15 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
hohmuth
Created:
2006-05-27 23:50:15 UTC
Size:
699 bytes
patch
obsolete
>diff -ur work/mpgtx-1.3.1/common.hh work.hohmuth/mpgtx-1.3.1/common.hh >--- work/mpgtx-1.3.1/common.hh Fri Dec 31 11:48:30 2004 >+++ work.hohmuth/mpgtx-1.3.1/common.hh Sat May 27 23:22:35 2006 >@@ -208,7 +208,7 @@ > //@{ > > #ifdef _LARGEFILE_SOURCE >-#ifdef _MACOSX >+#if defined (_MACOSX) || defined (__FreeBSD__) > #define _OFF_d "%qd" > #define _OFF_x "%qx" > #else >diff -ur work/mpgtx-1.3.1/configure work.hohmuth/mpgtx-1.3.1/configure >--- work/mpgtx-1.3.1/configure Sat May 27 23:27:43 2006 >+++ work.hohmuth/mpgtx-1.3.1/configure Sat May 27 23:22:35 2006 >@@ -207,7 +207,7 @@ > > if test $devel = "no" -a $debug = "no"; then > lflags="$lflags -s"; >-cflags="-O -pipe "; >+cflags+="-O -pipe "; > fi
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 98037
: 66311