c8c97463ec
* Bug fixes: 649302 Add support for GNU/FreeBSD 672924 Add annotations for g_filename_from_uri() 685995 Crash in g_menu_exporter_name_vanished 686091 Invalid reads in g_bytes_unref_to_data 686185 g_date_time_format Transcoding Fails on OSX 686213 Half open TCP sockets remain open after soup... 686662 introduce explicitly-sized enum types, depre... 686786 g_socket_get_available_bytes() returns wrong... 687089 g_dbus_connection_export_menu_model(): fix a... 687540 In Trash folder, Nautilus misinterprets "\n"... 687541 GSignalQuery param_types field needs array a... 687600 gfileutils.c performs invalid cast of (varar... 687801 tests/buffered-input-stream: Fix size of par...
18 lines
497 B
Makefile
18 lines
497 B
Makefile
# $NetBSD: hacks.mk,v 1.1 2012/11/13 21:23:07 adam Exp $
|
|
|
|
.if !defined(GDBUS_CODEGEN_HACKS_MK)
|
|
GDBUS_CODEGEN_HACKS_MK= # defined
|
|
|
|
.if ${OPSYS} == "Darwin"
|
|
CHECK_BUILTIN.libiconv:= yes
|
|
. include "../../converters/libiconv/builtin.mk"
|
|
CHECK_BUILTIN.libiconv:= no
|
|
PKG_HACKS+= darwin-iconv
|
|
SUBST_CLASSES+= iconv
|
|
SUBST_STAGE.iconv= pre-configure
|
|
SUBST_MESSAGE.iconv= Changing libiconv_open to iconv_open.
|
|
SUBST_FILES.iconv= configure
|
|
SUBST_SED.iconv= -e 's,libiconv_open,iconv_open,g'
|
|
.endif
|
|
|
|
.endif
|