aboutsummaryrefslogtreecommitdiff
path: root/externals
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-10-08 23:33:38 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-10-08 23:33:38 +0000
commit5885291485fc9784862ac16dc0c736a83c48b5e5 (patch)
tree0e322badfcaae19f56549bcd36eedc2f93bee778 /externals
parent5a0450e33ce1906decac4bf08438801709642f9b (diff)
remove gem and gem2pdp from Mac OS X until it builds again
svn path=/trunk/; revision=15548
Diffstat (limited to 'externals')
-rw-r--r--externals/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/externals/Makefile b/externals/Makefile
index b86291b3..dde7b64e 100644
--- a/externals/Makefile
+++ b/externals/Makefile
@@ -133,7 +133,8 @@ ifeq ($(OS_NAME),windows)
else
ifeq ($(OS_NAME),darwin)
# on Mac OS X 10.6/Snow Leopard don't build hid since it needs Carbon
- LIB_TARGETS += gem pdp gem2pdp iem16 apple
+# LIB_TARGETS += gem pdp gem2pdp iem16 apple
+ LIB_TARGETS += pdp iem16 apple
ifneq ($(shell uname -r | sed 's|10\.[0-9][0-9]*\.[0-9][0-9]*|10|'),10)
LIB_TARGETS += hid
endif