diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-11-19 00:57:26 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-11-19 00:57:26 +0000 |
commit | 83fcae9a91d3bce987dbd66167ee946fa63e19b4 (patch) | |
tree | be6e97afe72acd18c0dc1d648bef47da91477f24 /irc/lostirc/Makefile | |
parent | - Update maintainer's email address. (diff) |
- Use system gettext instead of bundled one.
PR: ports/58427
Submitted by: Simon Barner <barner@in.tum.de>
Approved by: adamw (mentor)
Notes
Notes:
svn path=/head/; revision=94306
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 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 |