aboutsummaryrefslogtreecommitdiff
path: root/externals
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-04-16 15:47:38 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-04-16 15:47:38 +0000
commite39c8e36168b6967dfc3e92e181a606960bf3e4d (patch)
tree836d2108b9584344aa4d0a8055c3ce15fca0dd12 /externals
parent56bf8595cd5aebade3d49fa1d59ee27994153206 (diff)
cooled~ crashes on load, so omit
svn path=/trunk/; revision=15073
Diffstat (limited to 'externals')
-rw-r--r--externals/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/externals/Makefile b/externals/Makefile
index 8929f1b2..b0eaddf1 100644
--- a/externals/Makefile
+++ b/externals/Makefile
@@ -1672,13 +1672,13 @@ UNAUTHORIZED_TKFILES = $(wildcard $(externals_src)/unauthorized/*/*.tk)
# a number of objects don't compile under MinGW (yet? they used to, but the
# needed changes were overwritten, so they are in CVS
ifeq ($(OS_NAME),windows)
-UNAUTHORIZED_OBJECTS := $(wildcard $(externals_src)/unauthorized/[abcdefg-opqrsw]*/*.c)\
-$(wildcard $(externals_src)/unauthorized/c?[a-np-z]*/*.c)
+UNAUTHORIZED_OBJECTS := $(wildcard $(externals_src)/unauthorized/[abdefg-opqrsw]*/*.c)\
+$(wildcard $(externals_src)/unauthorized/c?[^o]*/*.c)
else
ifeq ($(OS_NAME),darwin)
# [cooled~] crashes Pd on Mac OS X, [vocoder~] doesn't compile
UNAUTHORIZED_OBJECTS := $(wildcard $(externals_src)/unauthorized/[abd-uw-z]*/*.c)\
- $(wildcard $(externals_src)/unauthorized/c?[a-np-z]*/*.c)
+ $(wildcard $(externals_src)/unauthorized/c?[^o]*/*.c)
else
# GNU/Linux, BSD, IRIX, etc.
UNAUTHORIZED_OBJECTS := $(wildcard $(externals_src)/unauthorized/*/*.c)