diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-03-18 19:50:38 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-03-18 19:50:38 +0800 |
commit | 905aa56821787eb98c150e2cd7e4222698cd34b5 (patch) | |
tree | d5d7cef2ee1a3886c8300f6c59463d1704679734 /textproc/gxmlviewer/Makefile | |
parent | 267c972eab297e87ce7c16314746799098e8dac4 (diff) | |
download | freebsd-ports-graphics-905aa56821787eb98c150e2cd7e4222698cd34b5.tar.gz freebsd-ports-graphics-905aa56821787eb98c150e2cd7e4222698cd34b5.tar.zst freebsd-ports-graphics-905aa56821787eb98c150e2cd7e4222698cd34b5.zip |
Iconv cleanup, stage 2b: remove regex hacks that change iconv.h to giconv.h and
-liconv to -lgiconv.
Diffstat (limited to 'textproc/gxmlviewer/Makefile')
-rw-r--r-- | textproc/gxmlviewer/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/gxmlviewer/Makefile b/textproc/gxmlviewer/Makefile index 64c5c0d04c8..5e3e85fcacc 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|<iconv.h>|<giconv.h>|g ; \ - s|-liconv|-lgiconv|g' ${WRKSRC}/configure + @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure .include <bsd.port.mk> |