pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/kdelibs4



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Feb  5 10:56:47 UTC 2018

Modified Files:
        pkgsrc/x11/kdelibs4: Makefile

Log Message:
kdelibs4: Darwin requires -lintl too.


To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 pkgsrc/x11/kdelibs4/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/kdelibs4/Makefile
diff -u pkgsrc/x11/kdelibs4/Makefile:1.93 pkgsrc/x11/kdelibs4/Makefile:1.94
--- pkgsrc/x11/kdelibs4/Makefile:1.93   Wed Jan 17 18:53:25 2018
+++ pkgsrc/x11/kdelibs4/Makefile        Mon Feb  5 10:56:47 2018
@@ -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 @@ PLIST.kgrantpty=      yes
 .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