mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Resolve RDoc generation problems
PR: ports/186313 Submitted by: zi@ Approved by: bdrewery@ (portmgr) With hat: ruby@
This commit is contained in:
parent
d9a05f4e95
commit
7c7a3ee4b8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342091
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ RUBY_DISTVERSION?= ${RUBY_RELVERSION}-p${RUBY_PATCHLEVEL}
|
|||
|
||||
RUBY_WRKSRC= ${WRKDIR}/ruby-${RUBY_DISTVERSION}
|
||||
|
||||
GEM_ENV?= LC_CTYPE=UTF-8
|
||||
GEM_ENV?= LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LC_CTYPE=UTF-8
|
||||
|
||||
RUBY_CONFIGURE_ARGS+= --with-rubyhdrdir="${PREFIX}/include/ruby-1.9/" \
|
||||
--with-rubylibprefix="${PREFIX}/lib/ruby" \
|
||||
|
|
Loading…
Add table
Reference in a new issue