External, Non-PPA KXStudio Repository
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
380B

  1. --- fftw3-static-3.3.5~git20160520.orig/fftw.pc.in
  2. +++ fftw3-static-3.3.5~git20160520/fftw.pc.in
  3. @@ -6,6 +6,6 @@ includedir=@includedir@
  4. Name: FFTW
  5. Description: fast Fourier transform library
  6. Version: @VERSION@
  7. -Libs: -L${libdir} -lfftw3@PREC_SUFFIX@ @LIBQUADMATH@
  8. +Libs: -L${libdir} -lfftw3@PREC_SUFFIX@ @LIBQUADMATH@ -lpthread -lm
  9. Libs.private: -lm
  10. Cflags: -I${includedir}