diff options
author | Jay Freeman <saurik@saurik.com> | 2008-04-09 13:16:30 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-04-09 13:16:30 +0000 |
commit | 57c1ffed38c8aeb6b060a569f154786537773d3d (patch) | |
tree | 93dd238b4a66712f338c8d9e0f134146a74fb71b /data/mobileterminal/werror.diff | |
parent | cf2539cb36513141dd09ce2a78d2468ef23e3beb (diff) |
Upgraded a few projects to their latest builds.
git-svn-id: http://svn.telesphoreo.org/trunk@204 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/mobileterminal/werror.diff')
-rw-r--r-- | data/mobileterminal/werror.diff | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/mobileterminal/werror.diff b/data/mobileterminal/werror.diff new file mode 100644 index 000000000..76f6a9ff3 --- /dev/null +++ b/data/mobileterminal/werror.diff @@ -0,0 +1,10 @@ +diff -ru mobileterminal-273/Makefile mobileterminal-273+iPhone/Makefile +--- mobileterminal-273/Makefile 2007-10-01 08:23:11.000000000 +0000 ++++ mobileterminal-273+iPhone/Makefile 2008-04-09 12:22:02.000000000 +0000 +@@ -1,5 +1,5 @@ + CC=arm-apple-darwin-gcc +-CFLAGS=-Wall -Werror -O7 ++CFLAGS=-Wall -O7 + LDFLAGS=-lobjc -framework CoreFoundation -framework Foundation \ + -framework UIKit -framework LayerKit -framework CoreGraphics \ + -framework GraphicsServices -lcurses |