From 051145db5cdbf4e6a8a2efebec0ba08e47a6d4ac Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Tue, 2 Sep 2003 18:38:08 +0000 Subject: - Fix build with upgraded gettext package PR: 56323 Submitted by: Ports Fury --- www/aria/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'www/aria') diff --git a/www/aria/Makefile b/www/aria/Makefile index 7d1080222395..02c288bad8cc 100644 --- a/www/aria/Makefile +++ b/www/aria/Makefile @@ -45,6 +45,11 @@ post-patch: ${WRKSRC}/src/Makefile.in @${REINPLACE_CMD} -e 's|"getopt.h"||g' \ ${WRKSRC}/src/main.cc +.for file in src/AppOption.cc src/HistoryWindow.cc src/RetrieveHTTP.cc \ + src/RetrieveHTTP2.cc src/gui_file_open_and_save.cc + @cd ${WRKSRC} && ${MV} ${file} ${file}.pre_iconv \ + && iconv -c -t ascii ${file}.pre_iconv > ${file} || ${TRUE} +.endfor post-install: .if !defined(NOPORTDOCS) -- cgit v1.2.3