From 83fcae9a91d3bce987dbd66167ee946fa63e19b4 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Wed, 19 Nov 2003 00:57:26 +0000 Subject: - Use system gettext instead of bundled one. PR: ports/58427 Submitted by: Simon Barner Approved by: adamw (mentor) --- irc/lostirc/Makefile | 2 ++ irc/lostirc/pkg-plist | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/irc/lostirc/Makefile b/irc/lostirc/Makefile index 2a0bea3c1034..b52c22453052 100644 --- a/irc/lostirc/Makefile +++ b/irc/lostirc/Makefile @@ -22,6 +22,7 @@ USE_X_PREFIX= yes USE_GNOME= gnomehack GNU_CONFIGURE= yes USE_REINPLACE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" MAN1= lostirc.1 @@ -34,6 +35,7 @@ post-patch: ${REINPLACE_CMD} -E "s@(Gnomedir = ).*@\1${PREFIX}/share/gnome/apps/Internet@" ${WRKSRC}/Makefile.in ${REINPLACE_CMD} -E "s@^(pixmapdir = ).*@\1${PREFIX}/share/gnome/pixmaps@" ${WRKSRC}/Makefile.am ${REINPLACE_CMD} -E "s@(pixmapdir = ).*@\1${PREFIX}/share/gnome/pixmaps@" ${WRKSRC}/Makefile.in + ${REINPLACE_CMD} -e 's|_nl_domain_bindings|libintl_nl_domain_bindings|' ${WRKSRC}/configure pre-install: ${REINPLACE_CMD} -E 's|MKINSTALLDIRS = \$$\(top_builddir\)/|MKINSTALLDIRS = |g' ${WRKSRC}/intl/Makefile diff --git a/irc/lostirc/pkg-plist b/irc/lostirc/pkg-plist index 2d061aab9318..7adfe8fe2258 100644 --- a/irc/lostirc/pkg-plist +++ b/irc/lostirc/pkg-plist @@ -1,10 +1,8 @@ bin/lostirc -lib/charset.alias share/applnk/lostirc.desktop share/gnome/apps/Internet/lostirc.desktop share/gnome/pixmaps/lostirc.png share/locale/da/LC_MESSAGES/lostirc.mo -share/locale/locale.alias %%PORTDOCS%%share/doc/lostirc/AUTHORS %%PORTDOCS%%share/doc/lostirc/COPYING %%PORTDOCS%%share/doc/lostirc/ChangeLog -- cgit v1.2.3