diff options
author | krion <krion@FreeBSD.org> | 2003-09-03 02:38:08 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-09-03 02:38:08 +0800 |
commit | 649dbc276d2128fdca564d73b34045bb184dfd99 (patch) | |
tree | 75735e225be90c5cb33c4fed61f48e35985275c7 /www/aria | |
parent | df4fc0e9a891051da6421943d0953d6f70d36590 (diff) | |
download | freebsd-ports-graphics-649dbc276d2128fdca564d73b34045bb184dfd99.tar.gz freebsd-ports-graphics-649dbc276d2128fdca564d73b34045bb184dfd99.tar.zst freebsd-ports-graphics-649dbc276d2128fdca564d73b34045bb184dfd99.zip |
- Fix build with upgraded gettext package
PR: 56323
Submitted by: Ports Fury
Diffstat (limited to 'www/aria')
-rw-r--r-- | www/aria/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/aria/Makefile b/www/aria/Makefile index 7d108022239..02c288bad8c 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) |