- ad hoc fix for reported build errors which I was unable to
trace Reported by: many
This commit is contained in:
parent
d317576e38
commit
70f2a5865f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105082
2 changed files with 10 additions and 0 deletions
|
@ -23,6 +23,7 @@ USE_GNOME= gnomehack
|
|||
USE_ICONV= yes
|
||||
USE_LIBTOOL_VER= 13
|
||||
USE_PERL5_BUILD= yes
|
||||
USE_REINPLACE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
@ -39,6 +40,10 @@ PLIST_SUB+= EMACS="" EMACSDIR=lib/xemacs
|
|||
PLIST_SUB+= EMACS="@comment " EMACSDIR=""
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|@image{components}||g' \
|
||||
${WRKSRC}/doc/libidn.texi
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
|
|
|
@ -23,6 +23,7 @@ USE_GNOME= gnomehack
|
|||
USE_ICONV= yes
|
||||
USE_LIBTOOL_VER= 13
|
||||
USE_PERL5_BUILD= yes
|
||||
USE_REINPLACE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
@ -39,6 +40,10 @@ PLIST_SUB+= EMACS="" EMACSDIR=lib/xemacs
|
|||
PLIST_SUB+= EMACS="@comment " EMACSDIR=""
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|@image{components}||g' \
|
||||
${WRKSRC}/doc/libidn.texi
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
|
|
Loading…
Reference in a new issue