aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornotaz2013-01-06 20:36:08 +0200
committernotaz2013-01-06 21:19:23 +0200
commita3da90a9a8630604a08c5d17b94a07c097e2ec29 (patch)
tree7991917570c3f732202778eef9cda1557e87c6bf /Makefile
parent9705788a21dc36515ba498d45ba2f197f7bcd628 (diff)
downloadpcsx_rearmed-a3da90a9a8630604a08c5d17b94a07c097e2ec29.tar.gz
pcsx_rearmed-a3da90a9a8630604a08c5d17b94a07c097e2ec29.tar.bz2
pcsx_rearmed-a3da90a9a8630604a08c5d17b94a07c097e2ec29.zip
frontend: get rid of _FILE_OFFSET_BITS
pandora's zlib is too old to handle off_t with that define
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0ef7364..0d72dea 100644
--- a/Makefile
+++ b/Makefile
@@ -154,7 +154,6 @@ OBJS += frontend/libpicofe/linux/fbdev.o frontend/libpicofe/linux/xenv.o
OBJS += frontend/libpicofe/linux/in_evdev.o
OBJS += frontend/plat_pandora.o frontend/plat_omap.o
frontend/main.o frontend/menu.o: CFLAGS += -include frontend/pandora/ui_feat.h
-frontend/menu.o: CFLAGS += -D_FILE_OFFSET_BITS=64
USE_PLUGIN_LIB = 1
USE_FRONTEND = 1
endif