- ad hoc fix for reported build errors which I was unable to

trace

Reported by:	many
This commit is contained in:
Kirill Ponomarev 2004-03-23 20:10:57 +00:00
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

View file

@ -23,6 +23,7 @@ USE_GNOME= gnomehack
USE_ICONV= yes USE_ICONV= yes
USE_LIBTOOL_VER= 13 USE_LIBTOOL_VER= 13
USE_PERL5_BUILD= yes USE_PERL5_BUILD= yes
USE_REINPLACE= yes
INSTALLS_SHLIB= yes INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
@ -39,6 +40,10 @@ PLIST_SUB+= EMACS="" EMACSDIR=lib/xemacs
PLIST_SUB+= EMACS="@comment " EMACSDIR="" PLIST_SUB+= EMACS="@comment " EMACSDIR=""
.endif .endif
post-patch:
@${REINPLACE_CMD} -e 's|@image{components}||g' \
${WRKSRC}/doc/libidn.texi
post-install: post-install:
.if !defined(NOPORTDOCS) .if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR} ${MKDIR} ${DOCSDIR}

View file

@ -23,6 +23,7 @@ USE_GNOME= gnomehack
USE_ICONV= yes USE_ICONV= yes
USE_LIBTOOL_VER= 13 USE_LIBTOOL_VER= 13
USE_PERL5_BUILD= yes USE_PERL5_BUILD= yes
USE_REINPLACE= yes
INSTALLS_SHLIB= yes INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
@ -39,6 +40,10 @@ PLIST_SUB+= EMACS="" EMACSDIR=lib/xemacs
PLIST_SUB+= EMACS="@comment " EMACSDIR="" PLIST_SUB+= EMACS="@comment " EMACSDIR=""
.endif .endif
post-patch:
@${REINPLACE_CMD} -e 's|@image{components}||g' \
${WRKSRC}/doc/libidn.texi
post-install: post-install:
.if !defined(NOPORTDOCS) .if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR} ${MKDIR} ${DOCSDIR}