*** src/test/regress/GNUmakefile.orig Thu Oct 4 11:20:50 2007 --- src/test/regress/GNUmakefile Thu Oct 4 11:24:05 2007 *************** *** 38,44 **** endif # locale ! NOLOCALE = ifdef NO_LOCALE NOLOCALE += --no-locale endif --- 38,48 ---- endif # locale ! ! ifeq ($(PORTNAME),win32) ! NO_LOCALE = 1 ! endif ! ifdef NO_LOCALE NOLOCALE += --no-locale endif