pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/qt5-sqlite3 SunOS seems to need c99 now to build c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/31f46075c65e
branches:  trunk
changeset: 347979:31f46075c65e
user:      richard <richard%pkgsrc.org@localhost>
date:      Sun Jun 05 07:02:35 2016 +0000

description:
SunOS seems to need c99 now to build correctly

diffstat:

 x11/qt5-sqlite3/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 477a2673d092 -r 31f46075c65e x11/qt5-sqlite3/Makefile
--- a/x11/qt5-sqlite3/Makefile  Sun Jun 05 05:12:42 2016 +0000
+++ b/x11/qt5-sqlite3/Makefile  Sun Jun 05 07:02:35 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2016/04/11 19:01:41 ryoon Exp $
+# $NetBSD: Makefile,v 1.17 2016/06/05 07:02:35 richard Exp $
 
 DISTNAME=      qtbase-opensource-src-${QTVERSION}
 PKGNAME=       qt5-sqlite3-${QTVERSION}
@@ -10,7 +10,9 @@
 
 INSTALL_ENV+=          INSTALL_ROOT=${DESTDIR}
 
-CFLAGS.SunOS+= -D__EXTENSIONS__        # posix_fallocate()
+OPSYSVARS+=    USE_LANGUAGES
+USE_LANGUAGES.SunOS+=  c99
+CFLAGS.SunOS+= -D__EXTENSIONS__        # posix_fallocate()
 
 .include "../../x11/qt5-qtbase/Makefile.common"
 



Home | Main Index | Thread Index | Old Index