aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2010-04-07 14:40:28 +0800
committergahr <gahr@FreeBSD.org>2010-04-07 14:40:28 +0800
commitcee29fb893a6d99bd390361fa7b3ad2f1dc06451 (patch)
treedcf21dfd23939bacbbf2ac4a2bfa94cabbd1ad3c /audio
parent17dab786da4bc4f1a4c6602ded826cbe5fa7a82f (diff)
downloadfreebsd-ports-gnome-cee29fb893a6d99bd390361fa7b3ad2f1dc06451.tar.gz
freebsd-ports-gnome-cee29fb893a6d99bd390361fa7b3ad2f1dc06451.tar.zst
freebsd-ports-gnome-cee29fb893a6d99bd390361fa7b3ad2f1dc06451.zip
- Remove file supposed to be deleted by previous commit [1]
PR: 145254 [1] Submitted by: Chris Petrik <chris@officialunix.com> (maintainer)
Diffstat (limited to 'audio')
-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