summaryrefslogtreecommitdiff
path: root/www/aria
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-09-02 18:38:08 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-09-02 18:38:08 +0000
commit051145db5cdbf4e6a8a2efebec0ba08e47a6d4ac (patch)
treea9a2e10c3f4c625d9e8decaaa21e7e20f4ed2028 /www/aria
parent- Update to version 0.4.0 (diff)
- Fix build with upgraded gettext package
PR: 56323 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=88373
Diffstat (limited to 'www/aria')
-rw-r--r--www/aria/Makefile5
1 files changed, 5 insertions, 0 deletions
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"|<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)