aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Comstedt2009-03-21 15:21:24 +0000
committerMarcus Comstedt2009-03-21 15:21:24 +0000
commited24cf667bec6a5da1909c34b5361f9efbe87ddd (patch)
treef028670c900bfd844d7a242bb9eaacf82c740670
parent760133e8caea4872ebdb379f90193755b36336fa (diff)
downloadscummvm-rg350-ed24cf667bec6a5da1909c34b5361f9efbe87ddd.tar.gz
scummvm-rg350-ed24cf667bec6a5da1909c34b5361f9efbe87ddd.tar.bz2
scummvm-rg350-ed24cf667bec6a5da1909c34b5361f9efbe87ddd.zip
Use -isystem instead of -I to include ronin stuff on Dreamcast (gets rid of some corny warnings).
svn-id: r39588
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index aaa83d9ec5..e11d54076c 100755
--- a/configure
+++ b/configure
@@ -1799,7 +1799,7 @@ case $_backend in
MODULES="$MODULES backends/platform/iphone"
;;
dc)
- INCLUDES="$INCLUDES "'-I$(srcdir)/backends/platform/dc -I$(ronindir)/include'
+ INCLUDES="$INCLUDES "'-I$(srcdir)/backends/platform/dc -isystem $(ronindir)/include'
LDFLAGS="$LDFLAGS -Wl,-Ttext,0x8c010000 -nostartfiles "'$(ronindir)/lib/crt0.o -L$(ronindir)/lib'
LIBS="$LIBS -lronin -lm"
MODULES="$MODULES backends/platform/dc"