summaryrefslogtreecommitdiff
path: root/japanese/xchat
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-11-06 19:39:43 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-11-06 19:39:43 +0000
commit65c8663f357b3526eadd5d1c9528ff0ecb048274 (patch)
tree9550c41e71921096ffa275e4bc49317944bead18 /japanese/xchat
parentUpdate to version 4.51 + FreeBSD specific changes headed into version 4.52. (diff)
Fix japanese/xchat which had been broken by the last two commits on
irc/xchat. As japanese/xchat "built" without a problem, I didn't notice it was "broken"... In reality, the configure script failed to detect the iconv library because of the removal of CPPFLAGS and LIBS in CONFIGURE_ENV, therefore the built binary lacked Japanese support. (i.e. the ja-xchat package included in 4.2-RELEASE will be broken) To avoid this kind of sad accidents in future, add a note to irc/xchat that it has a slave port and one should be careful not to overwrite variables or targets.
Notes
Notes: svn path=/head/; revision=34853
Diffstat (limited to 'japanese/xchat')
-rw-r--r--japanese/xchat/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/japanese/xchat/Makefile b/japanese/xchat/Makefile
index c27b9ab0a0cf..59a09e93289b 100644
--- a/japanese/xchat/Makefile
+++ b/japanese/xchat/Makefile
@@ -7,6 +7,7 @@
MASTERDIR= ${.CURDIR}/../../irc/xchat
+PORTREVISION= 1
CATEGORIES= japanese
PATCH_SITES= http://northeye.org/~takuo/xchat-ja/
PATCHFILES= ${PORTNAME}-${PORTVERSION}.ja.3.diff.gz
@@ -18,6 +19,8 @@ LIB_DEPENDS= iconv.1:${PORTSDIR}/converters/iconv
MD5_FILE= ${.CURDIR}/distinfo
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --enable-japanese-conv # --enable-ipv6
MAKE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -liconv -lintl"