This port(and accompanied patch) need langinfo.h, and it exists only

4-stable after langinfo.h MFC(occurred Mar 12 2002 by phantom) and
recent -current.
This commit is contained in:
CHOI Junho 2002-03-30 14:45:08 +00:00
parent 9487b0418f
commit f676c8f1b1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56958

View File

@ -17,4 +17,8 @@ LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv
# Slightly modified from http://master.debian.or.kr/~alee/patch/
EXTRA_PATCHES= ${.CURDIR}/files/gaim-0.54-utf.diff
.if !exists(/usr/include/langinfo.h)
BROKEN= "/usr/include/langinfo.h needed; 4-stable after Mar 13 2002 and -current"
.endif
.include "${MASTERDIR}/Makefile"