diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-03-06 08:54:39 +0800 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-03-06 08:54:39 +0800 |
commit | b762a6239e27f7562f2f9cd922037cdc2642a901 (patch) | |
tree | cd20582d8a258983d7e997ce203f2d212665179b /ftp/proftpd | |
parent | 560328e8e39fd91c1b6fa6125bed12937368c1d7 (diff) | |
download | freebsd-ports-gnome-b762a6239e27f7562f2f9cd922037cdc2642a901.tar.gz freebsd-ports-gnome-b762a6239e27f7562f2f9cd922037cdc2642a901.tar.zst freebsd-ports-gnome-b762a6239e27f7562f2f9cd922037cdc2642a901.zip |
- 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)
Diffstat (limited to 'ftp/proftpd')
-rw-r--r-- | ftp/proftpd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile index e0370436b3ce..5b9f90520b4e 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/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 |