summaryrefslogtreecommitdiff
path: root/hunspell/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'hunspell/makefile.mk')
-rw-r--r--hunspell/makefile.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/hunspell/makefile.mk b/hunspell/makefile.mk
index a1c035ac6e32..c4377a631b56 100644
--- a/hunspell/makefile.mk
+++ b/hunspell/makefile.mk
@@ -58,7 +58,10 @@ CONFIGURE_FLAGS+= CFLAGS=-xc99=none
.IF "$(OS)"=="AIX"
CONFIGURE_FLAGS+= CFLAGS=-D_LINUX_SOURCE_COMPAT
-.ENDIF
+.ELIF "$(OS)" == "MACOSX"
+CONFIGURE_FLAGS += \
+ --prefix=/@.__________________________________________________$(EXTRPATH)
+.END
.IF "$(SYSBASE)"!=""
.IF "$(EXTRA_CFLAGS)"!=""