Re: [Patch-gnuradio] Simple change for MacPorts QWT recognition using CMake

2011-12-06 Thread Tom Rondeau
On Tue, Dec 6, 2011 at 8:05 PM, Michael Dickens  wrote:

> Using this patch and the cmake build, everything compiles and installs
> correctly.  I haven't tried executing anything yet.  One step at a time. -
> MLD
>

Easy enough. I just committed it; will push soon with some other minor
fixes.

Let us know if there's a problem running any qtgui apps.

Thanks!
Tom



> +
> diff --git a/cmake/Modules/FindQwt.cmake b/cmake/Modules/FindQwt.cmake
> index 698edc8..bc8683f 100644
> --- a/cmake/Modules/FindQwt.cmake
> +++ b/cmake/Modules/FindQwt.cmake
> @@ -3,7 +3,7 @@
>  # QWT_LIBRARIES libraries to link against
>  # QWT_FOUND If false, do not try to use Qwt
>
> -find_path ( QWT_INCLUDE_DIRS qwt_plot.h /usr/include/qwt-qt4
> /usr/include/qwt )
> +find_path ( QWT_INCLUDE_DIRS qwt_plot.h /usr/include/qwt-qt4
> /usr/include/qwt /opt/local/include/qwt )
>
>  find_library ( QWT_LIBRARIES NAMES qwt-qt4 qwt)
>
> +
>
> ___
> Patch-gnuradio mailing list
> Patch-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/patch-gnuradio
>
>
___
Patch-gnuradio mailing list
Patch-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/patch-gnuradio


[Patch-gnuradio] Simple change for MacPorts QWT recognition using CMake

2011-12-06 Thread Michael Dickens
Using this patch and the cmake build, everything compiles and installs 
correctly.  I haven't tried executing anything yet.  One step at a time. - MLD

+
diff --git a/cmake/Modules/FindQwt.cmake b/cmake/Modules/FindQwt.cmake
index 698edc8..bc8683f 100644
--- a/cmake/Modules/FindQwt.cmake
+++ b/cmake/Modules/FindQwt.cmake
@@ -3,7 +3,7 @@
 # QWT_LIBRARIES libraries to link against
 # QWT_FOUND If false, do not try to use Qwt
 
-find_path ( QWT_INCLUDE_DIRS qwt_plot.h /usr/include/qwt-qt4 /usr/include/qwt )
+find_path ( QWT_INCLUDE_DIRS qwt_plot.h /usr/include/qwt-qt4 /usr/include/qwt 
/opt/local/include/qwt )
  
 find_library ( QWT_LIBRARIES NAMES qwt-qt4 qwt)
 
+


git_master_macports_qwt_fix.diff
Description: Binary data
___
Patch-gnuradio mailing list
Patch-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/patch-gnuradio