aboutsummaryrefslogtreecommitdiff
path: root/palm
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-03-18 11:50:38 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-03-18 11:50:38 +0000
commita68d2827d36597f96c7dac2b6e0ae381aecbc24c (patch)
treecbc29822393959d2cb1fa583902329503e9ddcd6 /palm
parent449a928eea07416fb2c4e7ce5f02faae8c31155d (diff)
downloadports-a68d2827d36597f96c7dac2b6e0ae381aecbc24c.tar.gz
ports-a68d2827d36597f96c7dac2b6e0ae381aecbc24c.zip
Iconv cleanup, stage 2b: remove regex hacks that change iconv.h to giconv.h and
-liconv to -lgiconv.
Notes
Notes: svn path=/head/; revision=56294
Diffstat (limited to 'palm')
-rw-r--r--palm/pilot-link-devel/Makefile4
-rw-r--r--palm/pilot-link/Makefile4
2 files changed, 0 insertions, 8 deletions
diff --git a/palm/pilot-link-devel/Makefile b/palm/pilot-link-devel/Makefile
index cd6a729c52dd..a09fba68b8e9 100644
--- a/palm/pilot-link-devel/Makefile
+++ b/palm/pilot-link-devel/Makefile
@@ -31,10 +31,6 @@ CFLAGS+= -I${LOCALBASE}/include
CONFIGURE_ARGS= --with-perl5=${PERL5} --with-libiconv=${LOCALBASE}
post-patch:
- # FreeBSD installs -lgiconv instead of -liconv. Patch configure.
- ${PERL} -pi -e 's/([^g])iconv.h/\1giconv.h/g;' \
- -e 's/-liconv/-lgiconv/g' ${WRKSRC}/${CONFIGURE_SCRIPT} \
- ${WRKSRC}/libsock/util.c
# Remove the FORCE tag, which forced recompiling/relinking
# of the otherwise up-to-date files.
${PERL} -pi -e 's/: FORCE/:/;' -e 's/getopt.h//;' ${WRKSRC}/Makefile.in
diff --git a/palm/pilot-link/Makefile b/palm/pilot-link/Makefile
index cd6a729c52dd..a09fba68b8e9 100644
--- a/palm/pilot-link/Makefile
+++ b/palm/pilot-link/Makefile
@@ -31,10 +31,6 @@ CFLAGS+= -I${LOCALBASE}/include
CONFIGURE_ARGS= --with-perl5=${PERL5} --with-libiconv=${LOCALBASE}
post-patch:
- # FreeBSD installs -lgiconv instead of -liconv. Patch configure.
- ${PERL} -pi -e 's/([^g])iconv.h/\1giconv.h/g;' \
- -e 's/-liconv/-lgiconv/g' ${WRKSRC}/${CONFIGURE_SCRIPT} \
- ${WRKSRC}/libsock/util.c
# Remove the FORCE tag, which forced recompiling/relinking
# of the otherwise up-to-date files.
${PERL} -pi -e 's/: FORCE/:/;' -e 's/getopt.h//;' ${WRKSRC}/Makefile.in