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/libiconv/Makefile | |
parent | 62bd0e0b3fc3039e7745048b838c503a329264e7 (diff) | |
download | ports-801219d1e361df6b9f1f042f4f9d9684a57c352f.tar.gz ports-801219d1e361df6b9f1f042f4f9d9684a57c352f.zip |
Notes
Diffstat (limited to 'converters/libiconv/Makefile')
-rw-r--r-- | converters/libiconv/Makefile | 4 |
1 files changed, 3 insertions, 1 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 |