diff options
Diffstat (limited to 'ham/gnuradio-video-sdl/Makefile')
-rw-r--r-- | ham/gnuradio-video-sdl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ham/gnuradio-video-sdl/Makefile b/ham/gnuradio-video-sdl/Makefile index 9beea3cb69d..02cd2ca9631 100644 --- a/ham/gnuradio-video-sdl/Makefile +++ b/ham/gnuradio-video-sdl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/07/14 12:56:06 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2009/08/12 12:21:41 markd Exp $ PKGNAME= gnuradio-video-sdl-${VERSION} COMMENT= SDL bindings for GNU Radio @@ -8,6 +8,7 @@ PKG_DESTDIR_SUPPORT= user-destdir .include "../../meta-pkgs/gnuradio/Makefile.common" CONFIGURE_ARGS+=--enable-gr-video-sdl +CONFIGURE_ARGS+=--with-gnuradio-core --with-omnithread --with-gruel PYTHON_PATCH_SCRIPTS+= gr-video-sdl/src/qa_video_sdl.py |