Kaydet (Commit) 3b18642d authored tarafından Caolán McNamara's avatar Caolán McNamara

tweak generic config for MacOSX

üst e3e7623b
......@@ -42,9 +42,10 @@ $(eval $(call gb_Library_set_include,clucene,\
))
$(eval $(call gb_Library_add_defs,clucene,\
-Dclucene_shared_EXPORTS\
-Dclucene_core_EXPORTS\
-Dclucene_contribs_lib_EXPORTS\
-Dclucene_shared_EXPORTS \
-Dclucene_core_EXPORTS \
-Dclucene_contribs_lib_EXPORTS \
$(LFS_CFLAGS) \
))
ifeq ($(SYSTEM_ZLIB),YES)
......
......@@ -56,12 +56,12 @@
#define _ILONG(x) x ## L
#define _ILONGLONG(x) x ## LL
#define fileStat stat64
#define cl_stat_t stat64
#define fileStat stat
#define cl_stat_t stat
#define fileSize CL_NS(util)::Misc::filelength
#define fileSeek lseek64
#define fileSeek lseek
#define fileTell(fhandle) fileSeek(fhandle, 0, SEEK_CUR)
#define fileHandleStat fstat64
#define fileHandleStat fstat
#define _realpath realpath
#define _rename rename
#define _close close
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment