FreeBSD Bugzilla – Attachment 46257 Details for
Bug 71060
Update port: graphics/meshviewer
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.46 KB, created by
tkato432
on 2004-08-28 01:10:27 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2004-08-28 01:10:27 UTC
Size:
1.46 KB
patch
obsolete
>diff -urN /usr/ports/graphics/meshviewer/Makefile graphics/meshviewer/Makefile >--- /usr/ports/graphics/meshviewer/Makefile Mon Apr 19 11:36:55 2004 >+++ graphics/meshviewer/Makefile Fri Aug 27 12:28:23 2004 >@@ -21,6 +21,8 @@ > QTCPPFLAGS="${QTCPPFLAGS} ${PTHREAD_CFLAGS}" \ > QTCFGLIBS="${QTCFGLIBS} ${PTHREAD_LIBS}" > >+CFLAGS+= -fpermissive >+ > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/mview ${PREFIX}/bin > .if !defined(NOPORTDOCS) >diff -urN /usr/ports/graphics/meshviewer/files/patch-mesh::matrix3.h graphics/meshviewer/files/patch-mesh::matrix3.h >--- /usr/ports/graphics/meshviewer/files/patch-mesh::matrix3.h Thu Jan 1 09:00:00 1970 >+++ graphics/meshviewer/files/patch-mesh::matrix3.h Fri Aug 27 12:44:24 2004 >@@ -0,0 +1,12 @@ >+--- mesh/matrix3.h.orig Sun Nov 9 21:01:16 2003 >++++ mesh/matrix3.h Fri Aug 27 12:44:20 2004 >+@@ -9,7 +9,8 @@ >+ #ifndef _MATRIX3_H >+ #define _MATRIX3_H >+ >+-#include <stdarg.h> >++#include <cstdarg> >++#include <cmath> >+ >+ #define SIZE 3 >+ >diff -urN /usr/ports/graphics/meshviewer/files/patch-texture::array3d.h graphics/meshviewer/files/patch-texture::array3d.h >--- /usr/ports/graphics/meshviewer/files/patch-texture::array3d.h Thu Jan 1 09:00:00 1970 >+++ graphics/meshviewer/files/patch-texture::array3d.h Fri Aug 27 12:56:23 2004 >@@ -0,0 +1,10 @@ >+--- texture/array3d.h.orig Sun Nov 9 21:13:01 2003 >++++ texture/array3d.h Fri Aug 27 12:53:54 2004 >+@@ -16,6 +16,7 @@ >+ >+ Array3D() >+ { >++ int x, y, z; >+ x=y=z=0; >+ data=NULL; >+ }
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 71060
: 46257