View | Details | Raw Unified | Return to bug 43834
Collapse All | Expand All

(-)enca-devel/Makefile (-3 / +2 lines)
Lines 7-14 Link Here
7
7
8
PORTNAME=	enca
8
PORTNAME=	enca
9
PORTVERSION=	0.10.3
9
PORTVERSION=	0.10.3
10
PORTREVISION=	1
10
CATEGORIES=	converters textproc
11
CATEGORIES=	converters textproc
11
MASTER_SITES=	http://trific.ath.cx/Ftp/enca/
12
MASTER_SITES=	http://web.dkm.cz/yeti/enca/
12
13
13
MAINTAINER=	never@nevermind.kiev.ua
14
MAINTAINER=	never@nevermind.kiev.ua
14
15
Lines 21-28 Link Here
21
CONFIGURE_ARGS=	--with-html-dir=${PREFIX}/share/doc/enca \
22
CONFIGURE_ARGS=	--with-html-dir=${PREFIX}/share/doc/enca \
22
		--without-librecode \
23
		--without-librecode \
23
		--with-libiconv=${LOCALBASE}
24
		--with-libiconv=${LOCALBASE}
24
CONFIGURE_ENV=	LDFLAGS="-L${LOCALBASE}/lib" \
25
		CPPFLAGS="-I${LOCALBASE}/include"
26
25
27
MAN1=	enca.1
26
MAN1=	enca.1
28
MLINKS=	enca.1 enconv.1
27
MLINKS=	enca.1 enconv.1
(-)enca-devel/files/patch-src::locale_detect.c (+13 lines)
Line 0 Link Here
1
--- src/locale_detect.c.orig	Tue Oct  8 20:11:40 2002
2
+++ src/locale_detect.c	Tue Oct  8 20:12:12 2002
3
@@ -33,9 +33,9 @@
4
 #  else /* HAVE_LANGINFO_H */
5
 char *nl_langinfo(nl_item *item);
6
 #  endif /* HAVE_LANGINFO_H */
7
+#endif /* HAVE_NL_LANGINFO */
8
 
9
 static char *codeset = NULL;
10
-#endif /* HAVE_NL_LANGINFO */
11
 
12
 /* Local prototypes. */
13
 static char* locale_alias_convert(char *locname);

Return to bug 43834