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:   jperkin
Date:           Mon Jan 29 18:33:01 UTC 2018

Modified Files:
        pkgsrc/inputmethod/scim: Makefile

Log Message:
scim: Specify C++03, not C++11 clean.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 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.48 pkgsrc/inputmethod/scim/Makefile:1.49
--- pkgsrc/inputmethod/scim/Makefile:1.48       Thu Nov 23 17:19:42 2017
+++ pkgsrc/inputmethod/scim/Makefile    Mon Jan 29 18:33:01 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2017/11/23 17:19:42 wiz Exp $
+# $NetBSD: Makefile,v 1.49 2018/01/29 18:33:01 jperkin Exp $
 #
 
 DISTNAME=              scim-1.4.15
@@ -16,7 +16,7 @@ SUPERSEDES+=          scim-bridge-[0-9]*
 PKG_SYSCONFSUBDIR=     scim
 
 USE_PKGLOCALEDIR=      yes
-USE_LANGUAGES=         c c++
+USE_LANGUAGES=         c c++03
 USE_LIBTOOL=           yes
 USE_TOOLS+=            msgfmt pkg-config
 USE_TOOLS+=            gmake   # make scim-setup.desktop



Home | Main Index | Thread Index | Old Index