Commit graph

3 commits

Author SHA1 Message Date
Tijl Coosemans
284d283afe - Convert USE_AUTOTOOLS=libtool to USES=libtool.
- Replace PERL with REINPLACE_CMD in post-patch.
- Replace "iconv.h" with "${ICONV_PREFIX}/include/iconv.h" so
  /usr/include/iconv.h is included on FreeBSD 10 even when
  converters/iconv is installed.  The port uses iconvctl(3) which
  isn't declared in /usr/local/include/iconv.h with -DLIBICONV_PLUG.
- files/patch-lib-error.c: Implement program_name using __progname.
- files/patch-libiconv-Makefile.in: deleted because the libiconv
  directory isn't built.
- files/patch-src-Makefile.in:
  + Remove chunks that aren't needed.
  + Remove ../lib/libreco.a from LIBS so CFLAGS+=-fPIC can be removed
    from the port Makefile.  Instead, just copy lib/error.c (the only
    file needed from libreco.a) to src/error.c and compile it into
    librecode.so.

PR:		186637
Approved by:	demon (maintainer)
2014-02-18 19:34:04 +00:00
Martin Blapp
1d9f8ad40b Fix compilation on alpha.
Submitted by:	Christian Weisgerber <naddy@freebsd.org>
PR:		51066
2003-04-16 22:32:47 +00:00
Martin Blapp
4184495efa Fix unresolved symbols in the recode port. Without this
fix the libs cannot be used with php.
2003-03-23 08:17:26 +00:00