diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-02 03:53:38 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-02 03:53:38 +0800 |
commit | 874311024a0532741cea4062afb463f37a0a920d (patch) | |
tree | ebb5edbc61c1526f8327128ea5b4933274fb9361 /converters/libiconv | |
parent | d190580774203314cb5d5a7b4f94dbd6acc421ab (diff) | |
download | freebsd-ports-gnome-874311024a0532741cea4062afb463f37a0a920d.tar.gz freebsd-ports-gnome-874311024a0532741cea4062afb463f37a0a920d.tar.zst freebsd-ports-gnome-874311024a0532741cea4062afb463f37a0a920d.zip |
Add USES=libtool:oldver and INSTALL_TARGET=install-strip
Diffstat (limited to 'converters/libiconv')
-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 |