mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
- Remove file supposed to be deleted by previous commit [1]
PR: 145254 [1] Submitted by: Chris Petrik <chris@officialunix.com> (maintainer)
This commit is contained in:
parent
9761e1b716
commit
0adadd0490
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252367
@ -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
|
Loading…
Reference in New Issue
Block a user