diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-02-20 22:25:27 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-02-20 22:25:27 +0000 |
commit | e03b406540a2187dcd86816bde79f6191d0a7c4d (patch) | |
tree | 067b76d3b24a2204d6e759dd333871c4c781f56a | |
parent | 85ca05e26432dd17ba7021ee0dadf94bd703e359 (diff) | |
download | ports-e03b406540a2187dcd86816bde79f6191d0a7c4d.tar.gz ports-e03b406540a2187dcd86816bde79f6191d0a7c4d.zip |
Notes
-rw-r--r-- | irc/scrollz/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/irc/scrollz/Makefile b/irc/scrollz/Makefile index 62eb7ece02eb..f0c87d2eb43d 100644 --- a/irc/scrollz/Makefile +++ b/irc/scrollz/Makefile @@ -14,7 +14,7 @@ COMMENT= Enhanced ircII client that supports scripts, colors, and more USES= gmake iconv ncurses GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-ipv6 --enable-regexp --enable-iconv +CONFIGURE_ARGS= --enable-ipv6 --enable-regexp --enable-utf8 MAKE_ENV= IRCLIB="${PREFIX}/share/scrollz" MAN1= scrollz.1 @@ -39,6 +39,9 @@ USE_OPENSSL= yes CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE} .endif +post-patch: + @${REINPLACE_CMD} -e 's/-liconv/${ICONV_LIB}/' ${WRKSRC}/configure + pre-build: .if !defined(BATCH) @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${CC} ${CFLAGS} -o SZdist SZdist.c) |