antiword: fix data search path

This commit is contained in:
François Revol
2014-12-08 23:06:11 +01:00
parent f3f31d07db
commit db95a2e4d0

View File

@@ -6,7 +6,7 @@ diff -Naur antiword-0.37/antiword.h antiword-0.37-haiku/antiword.h
#define ANTIWORD_DIR "antiword"
#define FONTNAMES_FILE "fontnames"
+#elif defined(__haiku)
+#define GLOBAL_ANTIWORD_DIR "/boot/common/data/antiword"
+#define GLOBAL_ANTIWORD_DIR "/boot/system/data/antiword"
+#define ANTIWORD_DIR "antiword"
+#define FONTNAMES_FILE "fontnames"
#elif defined(__CYGMING__)