diff options
author | pav <pav@FreeBSD.org> | 2003-11-19 00:57:26 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-11-19 00:57:26 +0000 |
commit | d872fe54eb7695aa37c3fde247e38ee844f7b2a6 (patch) | |
tree | 7a193f2aa0e6dc669860ea63997ac67f96b7be53 /irc/lostirc/Makefile | |
parent | abfc8889a5b77e6c53a5cc7d33adcfe921d54478 (diff) | |
download | FreeBSD-ports-d872fe54eb7695aa37c3fde247e38ee844f7b2a6.zip FreeBSD-ports-d872fe54eb7695aa37c3fde247e38ee844f7b2a6.tar.gz |
- Use system gettext instead of bundled one.
PR: ports/58427
Submitted by: Simon Barner <barner@in.tum.de>
Approved by: adamw (mentor)
Diffstat (limited to 'irc/lostirc/Makefile')
-rw-r--r-- | irc/lostirc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/irc/lostirc/Makefile b/irc/lostirc/Makefile index 2a0bea3..b52c224 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 |