summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2009-12-27 23:19:52 +0100
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2009-12-27 23:19:52 +0100
commit98f1564e6e54e0fde77644f75a9d78c1ba5d0c05 (patch)
treef52f343707696b8a595c8adb17371b20d908b358
parentbe2dfb0d959e8b97a95bb5d4b1ab4bb01d1973c1 (diff)
Darwin9 doesn't have byteswap either... let's disable that completely anyway.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c00e3d2..6643321 100644
--- a/Makefile
+++ b/Makefile
@@ -74,7 +74,7 @@ INCLUDES = \
-I ../PSX-Bundle/includes \
-I../lua-modules-iup/im/include -I../lua-modules-iup/cd/include -I../lua-modules-iup/iup/include \
-HAVES += -DHAVE_VSSCANF -DHAVE_LIBJPEG -DHAVE_FCNTL -DHAVE_MYSQL -DHAVE_UNISTD_H -DHAVE_FORK -DHAVE_PIPE -DHAVE_FSYNC -DHAVE_MALLOC_H -DHAVE_ASPRINTF -DHAVE_BYTESWAP_H -DHAVE_VASPRINTF
+HAVES += -DHAVE_VSSCANF -DHAVE_LIBJPEG -DHAVE_FCNTL -DHAVE_MYSQL -DHAVE_UNISTD_H -DHAVE_FORK -DHAVE_PIPE -DHAVE_FSYNC -DHAVE_MALLOC_H -DHAVE_ASPRINTF -DHAVE_VASPRINTF
LIBS += -lz -ldl -lpthread