diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-01 19:53:38 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-01 19:53:38 +0000 |
commit | 801219d1e361df6b9f1f042f4f9d9684a57c352f (patch) | |
tree | ebb5edbc61c1526f8327128ea5b4933274fb9361 /converters | |
parent | 62bd0e0b3fc3039e7745048b838c503a329264e7 (diff) | |
download | ports-801219d1e361df6b9f1f042f4f9d9684a57c352f.tar.gz ports-801219d1e361df6b9f1f042f4f9d9684a57c352f.zip |
Notes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/libiconv/Makefile | 4 | ||||
-rw-r--r-- | converters/libiconv/pkg-plist | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile index 4a1bb71e6e2b..dfe80fab9313 100644 --- a/converters/libiconv/Makefile +++ b/converters/libiconv/Makefile @@ -3,7 +3,7 @@ PORTNAME= libiconv PORTVERSION= 1.14 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= converters devel MASTER_SITES= GNU @@ -16,7 +16,9 @@ CONFIGURE_ARGS= --enable-static \ --docdir=${DOCSDIR} CONFIGURE_ENV= am_cv_func_iconv="yes" \ am_cv_proto_iconv_arg1="const" +INSTALL_TARGET= install-strip MAKE_JOBS_UNSAFE= yes +USES= libtool:oldver USE_CSTD= gnu89 USE_LDCONFIG= yes diff --git a/converters/libiconv/pkg-plist b/converters/libiconv/pkg-plist index 53336550c482..ccf82ff05425 100644 --- a/converters/libiconv/pkg-plist +++ b/converters/libiconv/pkg-plist @@ -4,11 +4,9 @@ include/libcharset.h include/localcharset.h lib/charset.alias lib/libcharset.a -lib/libcharset.la lib/libcharset.so lib/libcharset.so.1 lib/libiconv.a -lib/libiconv.la lib/libiconv.so lib/libiconv.so.3 man/man1/iconv.1.gz |