$OpenBSD$ index 0541493..7a6234d 100644 --- toolkit/mozapps/update/tests/moz.build.orig Fri Feb 20 15:40:39 2015 +++ toolkit/mozapps/update/tests/moz.build Fri Feb 20 15:40:39 2015 @@ -43,3 +43,5 @@ if CONFIG['OS_ARCH'] == 'WINNT': DEFINES['UNICODE'] = True DEFINES['_UNICODE'] = True USE_STATIC_LIBS = True + if CONFIG['GNU_CC']: + WIN32_EXE_LDFLAGS += ['-municode']