Bug #2641 » patch.diff
| configure.in (working copy) | ||
|---|---|---|
|
],
|
||
|
[i586*], [
|
||
|
: ${LDSHARED="ld -shared"}
|
||
|
DLDFLAGS="$DLDFLAGS -L/boot/develop/lib/x86 -lbe -lroot"
|
||
|
DLDFLAGS="$DLDFLAGS -L/boot/develop/lib/x86 -lbe -lroot -L/boot/common/lib"
|
||
|
])
|
||
|
: ${LIBPATHENV=LIBRARY_PATH}
|
||
|
rb_cv_dlopen=yes ],
|
||
| ext/nkf/nkf-utf8/nkf.h (working copy) | ||
|---|---|---|
|
# ifndef HAVE_LOCALE_H
|
||
|
# define HAVE_LOCALE_H
|
||
|
# endif
|
||
|
#elif defined(__HAIKU__)
|
||
|
# undef HAVE_LANGINFO_H
|
||
|
# ifndef HAVE_LOCALE_H
|
||
|
# define HAVE_LOCALE_H
|
||
|
# endif
|
||
|
#elif defined(MSDOS)
|
||
|
# ifndef HAVE_LOCALE_H
|
||
|
# define HAVE_LOCALE_H
|
||
- « Previous
- 1
- 2
- 3
- Next »