Skip to content

Commit

Permalink
[osx] force gexttext to use the internal mempcpy function
Browse files Browse the repository at this point in the history
  • Loading branch information
davilla committed Mar 12, 2011
1 parent a3a7f74 commit afd2d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/osx/osx-depends/gettext/Makefile
Expand Up @@ -31,7 +31,7 @@ CONFIGURE=./configure --prefix=$(PREFIX) --host=$(HOST) --enable-shared \
--with-included-libcroco \
--with-included-libxml \
--without-git --without-cvs \
ac_cv_func___fsetlocking=no ac_cv_func_posix_spawn=no
ac_cv_func___fsetlocking=no ac_cv_func_posix_spawn=no ac_cv_func_mempcpy=no

LIBDYLIB=$(SOURCE)/.libs/lib$(LIBNAME).dylib

Expand Down

0 comments on commit afd2d97

Please sign in to comment.