mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
- Fix build with upgraded gettext package
PR: 56321 Submitted by: Ports Fury
This commit is contained in:
parent
051145db5c
commit
87aacb6bee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88374
@ -28,6 +28,12 @@ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
|
||||
CPPFLAGS= -I${LOCALBASE}/include
|
||||
LDFLAGS= -L${LOCALBASE}/lib
|
||||
|
||||
post-patch:
|
||||
.for file in src/dictheading.c
|
||||
cd ${WRKSRC} && ${MV} ${file} ${file}.pre_iconv \
|
||||
&& iconv -c -t ascii ${file}.pre_iconv > ${file} || ${TRUE}
|
||||
.endfor
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
|
@ -28,6 +28,12 @@ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
|
||||
CPPFLAGS= -I${LOCALBASE}/include
|
||||
LDFLAGS= -L${LOCALBASE}/lib
|
||||
|
||||
post-patch:
|
||||
.for file in src/dictheading.c
|
||||
cd ${WRKSRC} && ${MV} ${file} ${file}.pre_iconv \
|
||||
&& iconv -c -t ascii ${file}.pre_iconv > ${file} || ${TRUE}
|
||||
.endfor
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
|
Loading…
Reference in New Issue
Block a user