diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-18 11:50:38 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-18 11:50:38 +0000 |
commit | a68d2827d36597f96c7dac2b6e0ae381aecbc24c (patch) | |
tree | cbc29822393959d2cb1fa583902329503e9ddcd6 /palm | |
parent | Iconv cleanup, stage 2a: remove patches that only replacing <iconv.h> with (diff) |
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/Makefile | 4 | ||||
-rw-r--r-- | palm/pilot-link/Makefile | 4 |
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 |