aboutsummaryrefslogtreecommitdiff
path: root/comms/gnuradio
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-25 10:46:42 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-25 10:46:42 +0000
commit6fde1ce957bb727d3867c42b8e46693ffbc57931 (patch)
tree0835bcf655b1c62b25b7feb9e0a20ce6cc13ab6a /comms/gnuradio
parent3d45c93f38c03cccf2c7330a81eb1798763b71d1 (diff)
downloadports-6fde1ce957bb727d3867c42b8e46693ffbc57931.tar.gz
ports-6fde1ce957bb727d3867c42b8e46693ffbc57931.zip
- Mark BROKEN on 9.x:
/wrkdirs/usr/ports/comms/gnuradio/work/gnuradio-3.7.4/volk/kernels/volk/volk_8u_x4_conv_k7_r2_8u.h:191: error: incompatible type for argument 1 of '__builtin_ia32_psrlqi128' Approved by: portmgr blanket Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=390555
Diffstat (limited to 'comms/gnuradio')
-rw-r--r--comms/gnuradio/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/comms/gnuradio/Makefile b/comms/gnuradio/Makefile
index 2ed44918978b..dbcd4d15fc1f 100644
--- a/comms/gnuradio/Makefile
+++ b/comms/gnuradio/Makefile
@@ -35,6 +35,8 @@ LIB_DEPENDS= libcppunit.so:${PORTSDIR}/devel/cppunit \
libgsl.so:${PORTSDIR}/math/gsl
RUN_DEPENDS:= ${BUILD_DEPENDS}
+BROKEN_FreeBSD_9= does not build on FreeBSD 9.x
+
USES= iconv cmake:outsource perl5 python:2.7 shebangfix
SHEBANG_FILES= grc/freedesktop/grc_setup_freedesktop.in
CMAKE_ENV+= LD_PRELOAD="${GCC_LIBS}/libstdc++.so:${GCC_LIBS}/libgcc_s.so.1"