aboutsummaryrefslogtreecommitdiffstats
path: root/mail/balsa
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-03-18 19:50:38 +0800
committersobomax <sobomax@FreeBSD.org>2002-03-18 19:50:38 +0800
commit905aa56821787eb98c150e2cd7e4222698cd34b5 (patch)
treed5d7cef2ee1a3886c8300f6c59463d1704679734 /mail/balsa
parent267c972eab297e87ce7c16314746799098e8dac4 (diff)
downloadfreebsd-ports-gnome-905aa56821787eb98c150e2cd7e4222698cd34b5.tar.gz
freebsd-ports-gnome-905aa56821787eb98c150e2cd7e4222698cd34b5.tar.zst
freebsd-ports-gnome-905aa56821787eb98c150e2cd7e4222698cd34b5.zip
Iconv cleanup, stage 2b: remove regex hacks that change iconv.h to giconv.h and
-liconv to -lgiconv.
Diffstat (limited to 'mail/balsa')
-rw-r--r--mail/balsa/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile
index db053e5c5dea..336425e176c5 100644
--- a/mail/balsa/Makefile
+++ b/mail/balsa/Makefile
@@ -38,9 +38,7 @@ MAN1= balsa.1
post-patch:
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
- s|DATADIRNAME=lib|DATADIRNAME=share|g ; \
- s|-liconv|-lgiconv|g ; s|iconv_open|libiconv_open|g ; \
- s|([^g])iconv.h|\1giconv.h|g' \
+ s|DATADIRNAME=lib|DATADIRNAME=share|g' \
${WRKSRC}/configure ${WRKSRC}/libmutt/configure
@find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \