Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 225577 Details for
Bug 311339
media-gfx/ufraw-0.16 missing sci-libs/cfitsio dependency
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
removing automagic dep on cfitsio
ufraw-0.16-cfitsio-automagic.patch (text/plain), 940 bytes, created by
Kacper Kowalik (Xarthisius) (RETIRED)
on 2010-03-28 16:00:00 UTC
(
hide
)
Description:
removing automagic dep on cfitsio
Filename:
MIME Type:
Creator:
Kacper Kowalik (Xarthisius) (RETIRED)
Created:
2010-03-28 16:00:00 UTC
Size:
940 bytes
patch
obsolete
>Removing automagic dependency on cfitsio > >http://bugs.gentoo.org/show_bug.cgi?id=311339 > >--- configure.ac >+++ configure.ac >@@ -251,11 +251,20 @@ > AC_CHECK_LIB(tiff, TIFFSetErrorHandler)) > have_tiff=${ac_cv_lib_tiff_TIFFSetErrorHandler:-no} > >-PKG_CHECK_MODULES(CFITSIO, cfitsio, >- [ have_cfitsio=yes >- AC_DEFINE(HAVE_LIBCFITSIO, 1, have the cfitsio library) ], >- [ have_cfitsio=no >- AC_MSG_RESULT($CFITSIO_PKG_ERRORS) ] ) >+AC_ARG_WITH([cfitsio], >+ [AS_HELP_STRING([--with-cfitsio], >+ [build fits support @<:@default=check@:>@])], >+ [], >+ [with_cfitsio=check]) >+ >+have_cfitsio=no >+AS_IF([test "x$with_cfitsio" != xno], >+ [PKG_CHECK_MODULES(CFITSIO, cfitsio, >+ [ have_cfitsio=yes >+ AC_DEFINE(HAVE_LIBCFITSIO, 1, have the cfitsio library) ], >+ [ have_cfitsio=no >+ AC_MSG_RESULT($CFITSIO_PKG_ERRORS) ] ) ] ) >+ > if test "$have_cfitsio" = "no"; then > AC_CHECK_HEADER(fitsio.h, > AC_CHECK_LIB(cfitsio, ffcmsg))
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 311339
:
225575
| 225577