diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2014-02-21 21:22:56 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2014-02-21 21:22:56 +0000 |
commit | ed324c72dd647ef27bf0c611e8a086f6a06e7095 (patch) | |
tree | b826ef1492b6bb1f9c53cb5b8d04a53d0afd6a27 /emulators/virtualbox-ose/Makefile | |
parent | 782be382da9a4f2b54abce3e9eba23507d4eefef (diff) | |
download | ports-ed324c72dd647ef27bf0c611e8a086f6a06e7095.tar.gz ports-ed324c72dd647ef27bf0c611e8a086f6a06e7095.zip |
Fix build after re-appearance of converters/libiconv on 10+ (r341775).
Obtained from: svn.redports.org/virtualbox
PR: ports/186847
Notes
Notes:
svn path=/head/; revision=345546
Diffstat (limited to 'emulators/virtualbox-ose/Makefile')
-rw-r--r-- | emulators/virtualbox-ose/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/virtualbox-ose/Makefile b/emulators/virtualbox-ose/Makefile index edcd6e0ce492..721fa3eb4066 100644 --- a/emulators/virtualbox-ose/Makefile +++ b/emulators/virtualbox-ose/Makefile @@ -221,6 +221,7 @@ post-patch: @${REINPLACE_CMD} -e 's|\$$KBUILDDIR_BIN/kmk_sed|${LOCALBASE}/bin/kmk_sed|g' ${WRKSRC}/configure .if empty(ICONV_LIB) @${REINPLACE_CMD} -e 's|iconv||' ${WRKSRC}/Config.kmk ${WRKSRC}/src/VBox/Runtime/Makefile.kmk + @${ECHO} 'VBOX_ICONV_DEFS = LIBICONV_PLUG' >> ${WRKSRC}/LocalConfig.kmk .endif pre-build: |