aboutsummaryrefslogtreecommitdiff
path: root/audio/csound
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2010-04-07 06:40:28 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2010-04-07 06:40:28 +0000
commit0adadd0490469b96a641ca8741374f4c18bcf2eb (patch)
tree4aafc54ebed555f1ab600b2affe1ec3811fe8ea4 /audio/csound
parent9761e1b716d4058b5bdf98994cff3f9641c90d32 (diff)
downloadports-0adadd0490469b96a641ca8741374f4c18bcf2eb.tar.gz
ports-0adadd0490469b96a641ca8741374f4c18bcf2eb.zip
Notes
Diffstat (limited to 'audio/csound')
-rw-r--r--audio/csound/scripts/check-fltk-threads.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/audio/csound/scripts/check-fltk-threads.sh b/audio/csound/scripts/check-fltk-threads.sh
deleted file mode 100644
index d05b18ce21b5..000000000000
--- a/audio/csound/scripts/check-fltk-threads.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-if [ -x ${LOCALBASE}/bin/fltk-config ] && [ -z "$(fltk-config --ldflags | grep pthread)" ]; then
- echo "FLTK does not have threading support enabled."
- echo "Please remove the x11-toolkits/fltk port first and recompile csound again"
- echo "The csound port will automatically install the x11-toolkits/fltk-threads port."
- exit 1
-else
- exit 0
-fi