diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2009-12-27 23:19:52 +0100 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2009-12-27 23:19:52 +0100 |
commit | 98f1564e6e54e0fde77644f75a9d78c1ba5d0c05 (patch) | |
tree | f52f343707696b8a595c8adb17371b20d908b358 /Makefile | |
parent | be2dfb0d959e8b97a95bb5d4b1ab4bb01d1973c1 (diff) |
Darwin9 doesn't have byteswap either... let's disable that completely anyway.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |