diff options
| author | Pietro Cerutti <gahr@FreeBSD.org> | 2010-04-07 06:40:28 +0000 |
|---|---|---|
| committer | Pietro Cerutti <gahr@FreeBSD.org> | 2010-04-07 06:40:28 +0000 |
| commit | 0adadd0490469b96a641ca8741374f4c18bcf2eb (patch) | |
| tree | 4aafc54ebed555f1ab600b2affe1ec3811fe8ea4 | |
| parent | - bump 1.4.3 (diff) | |
- Remove file supposed to be deleted by previous commit [1]
PR: 145254 [1]
Submitted by: Chris Petrik <chris@officialunix.com> (maintainer)
| -rw-r--r-- | audio/csound/scripts/check-fltk-threads.sh | 10 |
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 |
