diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-03-06 00:54:39 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-03-06 00:54:39 +0000 |
commit | b762a6239e27f7562f2f9cd922037cdc2642a901 (patch) | |
tree | cd20582d8a258983d7e997ce203f2d212665179b /ftp/proftpd-devel | |
parent | 560328e8e39fd91c1b6fa6125bed12937368c1d7 (diff) |
- Fix problem when WITH_CODECONV option is enabled
PR: ports/109932
Submitted by: Li-Wen Hsu <lwhsu_AT_lwhsu dot org>
Approved by: maintainer (Beech Rintoul)
Notes
Notes:
svn path=/head/; revision=186614
Diffstat (limited to 'ftp/proftpd-devel')
-rw-r--r-- | ftp/proftpd-devel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ftp/proftpd-devel/Makefile b/ftp/proftpd-devel/Makefile index e0370436b3ce..5b9f90520b4e 100644 --- a/ftp/proftpd-devel/Makefile +++ b/ftp/proftpd-devel/Makefile @@ -198,7 +198,9 @@ MODULES:=${MODULES}:mod_quotatab_sql .endif .if defined(WITH_CODECONV) +USE_ICONV= YES MODULES:=${MODULES}:mod_codeconv +INCLUDEDIRS:=${INCLUDEDIRS}:${LOCALBASE}/include PROFTPD_LIBS+= -liconv -L${LOCALBASE}/lib EXTRA_PATCHES+= ${FILESDIR}/extra-patch-mod-codeconv .endif |