svn commit: r321371 - head/x11-toolkits/p5-Gtk2
Steve Wills
swills at FreeBSD.org
Thu Jun 20 11:38:21 UTC 2013
Author: swills
Date: Thu Jun 20 11:38:20 2013
New Revision: 321371
URL: http://svnweb.freebsd.org/changeset/ports/321371
Log:
- Fix build in non-UTF8 enviroment
PR: ports/179307
Submitted by: pawel
Modified:
head/x11-toolkits/p5-Gtk2/Makefile (contents, props changed)
Modified: head/x11-toolkits/p5-Gtk2/Makefile
==============================================================================
--- head/x11-toolkits/p5-Gtk2/Makefile Thu Jun 20 10:09:04 2013 (r321370)
+++ head/x11-toolkits/p5-Gtk2/Makefile Thu Jun 20 11:38:20 2013 (r321371)
@@ -27,6 +27,7 @@ USE_GNOME= gtk20 pango
PERL_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ENV+= FORCE_GMAKE=yes
+MAKE_ENV+= LANG=C
post-install:
@cd ${WRKSRC}/blib/man3 && ${FIND} * -name "*.3" | ${SED} \
More information about the svn-ports-head
mailing list