FreeBSD Bugzilla – Attachment 67841 Details for
Bug 99897
[PATCH] graphics/blender-devel: [fix build on sparc64]
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
blender-devel-2.40.patch
blender-devel-2.40.patch (text/plain), 1.85 KB, created by
Michael Johnson
on 2006-07-08 01:20:19 UTC
(
hide
)
Description:
blender-devel-2.40.patch
Filename:
MIME Type:
Creator:
Michael Johnson
Created:
2006-07-08 01:20:19 UTC
Size:
1.85 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/graphics/blender-devel/Makefile,v >retrieving revision 1.21 >diff -u -r1.21 Makefile >--- Makefile 7 May 2006 23:45:51 -0000 1.21 >+++ Makefile 7 Jul 2006 20:13:05 -0000 >@@ -33,10 +33,6 @@ > > .include <bsd.port.pre.mk> > >-.if ${ARCH} == "sparc64" >-BROKEN= "Does not compile on sparc64" >-.endif >- > pre-everything:: > .if !defined(WITH_OPTIMIZED_CFLAGS) > @${ECHO_MSG} "You can enable additional compilation optimizations" >Index: files/patch-source_blender_blenlib_intern_storage.c >=================================================================== >RCS file: files/patch-source_blender_blenlib_intern_storage.c >diff -N files/patch-source_blender_blenlib_intern_storage.c >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ files/patch-source_blender_blenlib_intern_storage.c 7 Jul 2006 20:13:05 -0000 >@@ -0,0 +1,20 @@ >+--- source/blender/blenlib/intern/storage.c.orig Fri Jul 7 14:15:04 2006 >++++ source/blender/blenlib/intern/storage.c Fri Jul 7 14:17:47 2006 >+@@ -50,7 +50,7 @@ >+ #include <time.h> >+ #include <sys/stat.h> >+ >+-#if !defined(linux) && (defined(__sgi) || defined(__sun__) || defined(__sun) || defined(__sparc) || defined(__sparc__)) >++#if !defined(__FreeBSD__) && !defined(linux) && (defined(__sgi) || defined(__sun__) || defined(__sun) || defined(__sparc) || defined(__sparc__)) >+ #include <sys/statfs.h> >+ #endif >+ >+@@ -194,7 +194,7 @@ >+ #ifdef __BeOS >+ return -1; >+ #endif >+-#if !defined(linux) && (defined (__sgi) || defined (__sun__) || defined (__sun) || defined(__sparc) || defined(__sparc__)) >++#if !defined(__FreeBSD__) && !defined(linux) && (defined (__sgi) || defined (__sun__) || defined (__sun) || defined(__sparc) || defined(__sparc__)) >+ >+ if (statfs(name, &disk, sizeof(struct statfs), 0)){ >+ /* printf("diskfree: Couldn't get information about %s.\n",dir); */
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 99897
: 67841