FreeBSD Bugzilla – Attachment 55361 Details for
Bug 83689
[PATCH] mjpegtools: 1) libpng problem and 2) FreeBSD 4 mplex problem
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 436 bytes, created by
Sven Berkvens-Matthijsse
on 2005-07-18 21:10:07 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Sven Berkvens-Matthijsse
Created:
2005-07-18 21:10:07 UTC
Size:
436 bytes
patch
obsolete
>--- configure.ac.orig Mon Jul 18 10:01:36 2005 >+++ configure.ac Mon Jul 18 10:02:35 2005 >@@ -247,6 +247,9 @@ > have_libpng=false > if test x$with_libpng != xno ; then > PKG_CHECK_MODULES(LIBPNG, [libpng], [have_libpng=true], [have_libpng=false]) >+ if test x$have_libpng = xfalse ; then >+ PKG_CHECK_MODULES(LIBPNG, [libpng12], [have_libpng=true], [have_libpng=false]) >+ fi > fi > AM_CONDITIONAL(HAVE_LIBPNG, test x$have_libpng = xtrue)
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 83689
:
55360
| 55361 |
55362