diff options
author | jperkin <jperkin@pkgsrc.org> | 2017-10-04 10:52:40 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2017-10-04 10:52:40 +0000 |
commit | ccd552422ad046d4e10275e5f8ca75ccb6055c31 (patch) | |
tree | 0da463270ae563471c4192cbc7a8ca10faa257b8 /textproc/icu/Makefile | |
parent | 63619c61285779fa2c8c6d2a0105f481c3701a5b (diff) | |
download | pkgsrc-ccd552422ad046d4e10275e5f8ca75ccb6055c31.tar.gz |
icu: Remove -nodefaultlibs -nostdlib from SunOS linker args.
This prevented GCC libraries from being used and thus disabled SSP and
other features. Bump PKGREVISION.
Diffstat (limited to 'textproc/icu/Makefile')
-rw-r--r-- | textproc/icu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/icu/Makefile b/textproc/icu/Makefile index 18a40809abb..5acfe7a6d67 100644 --- a/textproc/icu/Makefile +++ b/textproc/icu/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.110 2017/09/18 09:53:05 maya Exp $ +# $NetBSD: Makefile,v 1.111 2017/10/04 10:52:40 jperkin Exp $ DISTNAME= icu4c-59_1-src PKGNAME= ${DISTNAME:S/4c//:S/-src//:S/_/./g} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=icu/} EXTRACT_SUFX= .tgz |