pkgsrc-Changes archive

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

CVS commit: pkgsrc/inputmethod/scim



Module Name:    pkgsrc
Committed By:   he
Date:           Sun Jun 24 15:53:48 UTC 2018

Modified Files:
        pkgsrc/inputmethod/scim: Makefile

Log Message:
Change from c++03 til gnu++03 in USE_LANGUAGES because there's use
of alloca() and this needs to come from the compiler.  Fixes the
build for NetBSD/powerpc.
Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/inputmethod/scim/Makefile

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

Modified files:

Index: pkgsrc/inputmethod/scim/Makefile
diff -u pkgsrc/inputmethod/scim/Makefile:1.51 pkgsrc/inputmethod/scim/Makefile:1.52
--- pkgsrc/inputmethod/scim/Makefile:1.51       Mon Apr 16 14:33:52 2018
+++ pkgsrc/inputmethod/scim/Makefile    Sun Jun 24 15:53:48 2018
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.51 2018/04/16 14:33:52 wiz Exp $
+# $NetBSD: Makefile,v 1.52 2018/06/24 15:53:48 he Exp $
 #
 
 DISTNAME=              scim-1.4.15
-PKGREVISION=           10
+PKGREVISION=           11
 CATEGORIES=            inputmethod
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=scim/}
 
@@ -16,7 +16,7 @@ SUPERSEDES+=          scim-bridge-[0-9]*
 PKG_SYSCONFSUBDIR=     scim
 
 USE_PKGLOCALEDIR=      yes
-USE_LANGUAGES=         c c++03
+USE_LANGUAGES=         c gnu++03
 USE_LIBTOOL=           yes
 USE_TOOLS+=            msgfmt pkg-config
 USE_TOOLS+=            gmake   # make scim-setup.desktop



Home | Main Index | Thread Index | Old Index