From 8a8722dc885f0f760d95435566304231a3b10ad4 Mon Sep 17 00:00:00 2001 From: krion Date: Tue, 23 Mar 2004 20:10:57 +0000 Subject: - ad hoc fix for reported build errors which I was unable to trace Reported by: many --- devel/libidn/Makefile | 5 +++++ dns/libidn/Makefile | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/devel/libidn/Makefile b/devel/libidn/Makefile index 58be01d..a35f0cf 100644 --- a/devel/libidn/Makefile +++ b/devel/libidn/Makefile @@ -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} diff --git a/dns/libidn/Makefile b/dns/libidn/Makefile index 58be01d..a35f0cf 100644 --- a/dns/libidn/Makefile +++ b/dns/libidn/Makefile @@ -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} -- cgit v1.1