1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

- Fix MASTER_SITES, as far as author (again) changed it's location;

- Fix build on per-nl_langinfo systems (RELENG_4_4 for example);
- Remove unnecceccary CONFIGURE_ARGS;

PR:		43834
Submitted by:	maintainer
This commit is contained in:
Ying-Chieh Liao 2002-10-09 19:02:06 +00:00
parent 9d273f6c0f
commit 109f36f2bd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67707
2 changed files with 14 additions and 3 deletions

View File

@ -8,7 +8,7 @@
PORTNAME= enca
PORTVERSION= 0.10.3
CATEGORIES= converters textproc
MASTER_SITES= http://trific.ath.cx/Ftp/enca/
MASTER_SITES= http://web.dkm.cz/yeti/enca/
MAINTAINER= never@nevermind.kiev.ua
@ -21,8 +21,6 @@ INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc/enca \
--without-librecode \
--with-libiconv=${LOCALBASE}
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
CPPFLAGS="-I${LOCALBASE}/include"
MAN1= enca.1
MLINKS= enca.1 enconv.1

View File

@ -0,0 +1,13 @@
--- src/locale_detect.c.orig Tue Oct 8 20:11:40 2002
+++ src/locale_detect.c Tue Oct 8 20:12:12 2002
@@ -33,9 +33,9 @@
# else /* HAVE_LANGINFO_H */
char *nl_langinfo(nl_item *item);
# endif /* HAVE_LANGINFO_H */
+#endif /* HAVE_NL_LANGINFO */
static char *codeset = NULL;
-#endif /* HAVE_NL_LANGINFO */
/* Local prototypes. */
static char* locale_alias_convert(char *locname);