summaryrefslogtreecommitdiff
path: root/hints/rhapsody.sh
diff options
context:
space:
mode:
Diffstat (limited to 'hints/rhapsody.sh')
-rw-r--r--hints/rhapsody.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/hints/rhapsody.sh b/hints/rhapsody.sh
index 2fe2b44da0..96d57f2412 100644
--- a/hints/rhapsody.sh
+++ b/hints/rhapsody.sh
@@ -43,8 +43,8 @@ libc='/System/Library/Frameworks/System.framework/System';
# Optimize.
optimize='-O3';
-# We have a prototype for telldir.
-ccflags="${ccflags} -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE";
+# XXX Unclear why we require -pipe and -fno-common here.
+ccflags="${ccflags} -pipe -fno-common"
# cpp-precomp is problematic.
cppflags='-traditional-cpp';