Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 71811 Details for
Bug 110137
k3d 0.4.4.2 fails
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix the problem in acinclude.m4
pnmtotiff-0.4.4.2.patch (text/plain), 980 bytes, created by
Tommie
on 2005-10-31 12:05:03 UTC
(
hide
)
Description:
Patch to fix the problem in acinclude.m4
Filename:
MIME Type:
Creator:
Tommie
Created:
2005-10-31 12:05:03 UTC
Size:
980 bytes
patch
obsolete
>--- k3d-0.4.4.2/acinclude.m4-orig 2005-10-31 20:18:31.000000000 +0100 >+++ k3d-0.4.4.2/acinclude.m4 2005-10-31 20:19:59.000000000 +0100 >@@ -500,7 +500,7 @@ > if test x$withval = xyes; then > > AC_MSG_CHECKING([for netpbm]) >- if ppmmake 0,0,0 16 16 | pnmtotiff --version >/dev/null 2>/dev/null; then >+ if ppmmake 0,0,0 16 16 | pnmtotiff --version >pnmtotiff-test 2>/dev/null; then > AC_MSG_RESULT([found]) > K3D_HAVE_NETPBM="yes" > else >@@ -512,6 +512,8 @@ > able to load images for use as textures. > ]) > fi >+ >+ rm -f pnmtotiff-test > fi > ]) > >@@ -530,7 +532,7 @@ > if test x$withval = xyes; then > > AC_MSG_CHECKING([for newer versions of pnmtotiff]) >- if ppmmake 0,0,0 16 16 | pnmtotiff -color -truecolor >/dev/null 2>/dev/null; then >+ if ppmmake 0,0,0 16 16 | pnmtotiff -color -truecolor >pnmtotiff-test 2>/dev/null; then > AC_MSG_RESULT([found]) > K3D_PNMTOTIFF_FLAGS="-color -truecolor" > else >@@ -549,6 +551,8 @@ > ]) > fi > fi >+ >+ rm -f pnmtotiff-test > 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 110137
:
71231
| 71811