diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-25 10:46:42 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-25 10:46:42 +0000 |
commit | 6fde1ce957bb727d3867c42b8e46693ffbc57931 (patch) | |
tree | 0835bcf655b1c62b25b7feb9e0a20ce6cc13ab6a /comms/gnuradio/Makefile | |
parent | 3d45c93f38c03cccf2c7330a81eb1798763b71d1 (diff) | |
download | ports-6fde1ce957bb727d3867c42b8e46693ffbc57931.tar.gz ports-6fde1ce957bb727d3867c42b8e46693ffbc57931.zip |
Notes
Diffstat (limited to 'comms/gnuradio/Makefile')
-rw-r--r-- | comms/gnuradio/Makefile | 2 |
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" |