pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/kdelibs4 kdelibs4: Darwin requires -lintl too.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ee09b5f1cac8
branches:  trunk
changeset: 375184:ee09b5f1cac8
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon Feb 05 10:56:47 2018 +0000

description:
kdelibs4: Darwin requires -lintl too.

diffstat:

 x11/kdelibs4/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 89680eaad570 -r ee09b5f1cac8 x11/kdelibs4/Makefile
--- a/x11/kdelibs4/Makefile     Mon Feb 05 10:53:36 2018 +0000
+++ b/x11/kdelibs4/Makefile     Mon Feb 05 10:56:47 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.93 2018/01/17 18:53:25 markd Exp $
+# $NetBSD: Makefile,v 1.94 2018/02/05 10:56:47 jperkin Exp $
 
 DISTNAME=      kdelibs-4.14.38
 PKGNAME=       ${DISTNAME:S/-4/4-4/}
@@ -86,6 +86,7 @@
 .endif
 
 CFLAGS.SunOS+=         -D__EXTENSIONS__
+LDFLAGS.Darwin+=       -lintl
 LDFLAGS.SunOS+=                -lintl
 
 # jasper uses SIZE_MAX and friends in its headers.



Home | Main Index | Thread Index | Old Index