FreeBSD Bugzilla – Attachment 203165 Details for
Bug 236807
multimedia/pHash: Fix build error from fftw3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
pHash-fftw3.patch
pHash-fftw3.patch (text/plain), 1.37 KB, created by
Naram Qashat
on 2019-03-26 15:24:05 UTC
(
hide
)
Description:
pHash-fftw3.patch
Filename:
MIME Type:
Creator:
Naram Qashat
Created:
2019-03-26 15:24:05 UTC
Size:
1.37 KB
patch
obsolete
>Index: files/patch-configure >=================================================================== >--- files/patch-configure (nonexistent) >+++ files/patch-configure (working copy) >@@ -0,0 +1,20 @@ >+--- configure.orig 2013-04-23 18:48:24 UTC >++++ configure >+@@ -16584,7 +16584,7 @@ if ${ac_cv_lib_fftw3_fftw_plan_dft_r2c_1d+:} false; th >+ $as_echo_n "(cached) " >&6 >+ else >+ ac_check_lib_save_LIBS=$LIBS >+-LIBS="-lfftw3 $LIBS" >++LIBS="-lfftw3 -lfftw3_threads $LIBS" >+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >+ /* end confdefs.h. */ >+ >+@@ -16615,7 +16615,7 @@ fi >+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_fftw3_fftw_plan_dft_r2c_1d" >&5 >+ $as_echo "$ac_cv_lib_fftw3_fftw_plan_dft_r2c_1d" >&6; } >+ if test "x$ac_cv_lib_fftw3_fftw_plan_dft_r2c_1d" = xyes; then : >+- CPPFLAGS="$CPPFLAGS -Dcimg_use_fftw3" LIBS="$LIBS -lfftw3" >++ CPPFLAGS="$CPPFLAGS -Dcimg_use_fftw3" LIBS="$LIBS -lfftw3 -lfftw3_threads" >+ else >+ if test "x$with_fftw" = "xyes"; then : >+ as_fn_error $? "FFTW support requested but library not found" "$LINENO" 5 > >Property changes on: files/patch-configure >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 236807
: 203165