aboutsummaryrefslogtreecommitdiff
path: root/irc/lostirc/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2003-11-19 00:57:26 +0000
committerPav Lucistnik <pav@FreeBSD.org>2003-11-19 00:57:26 +0000
commit83fcae9a91d3bce987dbd66167ee946fa63e19b4 (patch)
treebe6e97afe72acd18c0dc1d648bef47da91477f24 /irc/lostirc/Makefile
parent61e2aa3240e898cc959bc527ab3eee875ba16b29 (diff)
downloadports-83fcae9a91d3bce987dbd66167ee946fa63e19b4.tar.gz
ports-83fcae9a91d3bce987dbd66167ee946fa63e19b4.zip
Notes
Diffstat (limited to 'irc/lostirc/Makefile')
-rw-r--r--irc/lostirc/Makefile2
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