summaryrefslogtreecommitdiff
path: root/ham
diff options
context:
space:
mode:
authormarino <marino@pkgsrc.org>2012-07-14 14:33:02 +0000
committermarino <marino@pkgsrc.org>2012-07-14 14:33:02 +0000
commit131b3e830245d6624fdff560c24760779bbad580 (patch)
treed2c88b16ebcac6bdfa5bee76e17dbe916208ae59 /ham
parent7192ae3006d8f9c3a36cbd5215728d5e58096a5a (diff)
downloadpkgsrc-131b3e830245d6624fdff560c24760779bbad580.tar.gz
ham/gnuradio-core: LDFLAGS.DragonFly += -lboost_system
Diffstat (limited to 'ham')
-rw-r--r--ham/gnuradio-core/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/ham/gnuradio-core/Makefile b/ham/gnuradio-core/Makefile
index 52b23bec600..4d534ce2a02 100644
--- a/ham/gnuradio-core/Makefile
+++ b/ham/gnuradio-core/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2012/07/02 13:37:38 adam Exp $
+# $NetBSD: Makefile,v 1.31 2012/07/14 14:33:02 marino Exp $
PKGNAME= gnuradio-core-${VERSION}
PKGREVISION= 6
@@ -6,6 +6,8 @@ COMMENT= Runtime system and DSP blocks for GNU Radio
PKG_DESTDIR_SUPPORT= user-destdir
+LDFLAGS.DragonFly+= -lboost_system
+
.include "../../meta-pkgs/gnuradio/Makefile.common"
CONF_FILES+= ${EGDIR}/gnuradio-core.conf ${PKG_SYSCONFDIR}/gnuradio-core.conf