From a68d2827d36597f96c7dac2b6e0ae381aecbc24c Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Mon, 18 Mar 2002 11:50:38 +0000 Subject: Iconv cleanup, stage 2b: remove regex hacks that change iconv.h to giconv.h and -liconv to -lgiconv. --- textproc/gxmlviewer/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'textproc/gxmlviewer') diff --git a/textproc/gxmlviewer/Makefile b/textproc/gxmlviewer/Makefile index 64c5c0d04c84..5e3e85fcacc4 100644 --- a/textproc/gxmlviewer/Makefile +++ b/textproc/gxmlviewer/Makefile @@ -21,8 +21,6 @@ USE_GNOME= yes GNU_CONFIGURE= yes post-patch: - @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|||g ; \ - s|-liconv|-lgiconv|g' ${WRKSRC}/configure + @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure .include -- cgit v1.2.3