pkgsrc-Changes archive

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

CVS commit: pkgsrc/inputmethod/uim



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Feb  2 16:38:19 UTC 2018

Modified Files:
        pkgsrc/inputmethod/uim: Makefile

Log Message:
uim: Set C99 correctly, use C++03.


To generate a diff of this commit:
cvs rdiff -u -r1.133 -r1.134 pkgsrc/inputmethod/uim/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/uim/Makefile
diff -u pkgsrc/inputmethod/uim/Makefile:1.133 pkgsrc/inputmethod/uim/Makefile:1.134
--- pkgsrc/inputmethod/uim/Makefile:1.133       Sun Jan 28 20:10:53 2018
+++ pkgsrc/inputmethod/uim/Makefile     Fri Feb  2 16:38:19 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.133 2018/01/28 20:10:53 wiz Exp $
+# $NetBSD: Makefile,v 1.134 2018/02/02 16:38:19 jperkin Exp $
 #
 
 .include "../../inputmethod/uim/Makefile.common"
@@ -12,7 +12,7 @@ CONFLICTS+=           uim-qt4-immodule-[0-9]*
 USE_LIBTOOL=           YES
 USE_PKGLOCALEDIR=      YES
 USE_TOOLS+=            gmake intltool pkg-config msgfmt
-USE_LANGUAGES=         c c++
+USE_LANGUAGES=         c99 c++03
 PKGCONFIG_OVERRIDE+=   ${WRKSRC}/uim.pc.in
 GNU_CONFIGURE=         YES
 CONFIGURE_ARGS+=       --disable-emacs
@@ -22,7 +22,7 @@ CONFIGURE_ARGS+=      --sysconfdir=${PKG_SYSC
 BUILDLINK_TRANSFORM+=  rm:-O2
 
 LDFLAGS.SunOS+=        -mimpure-text
-CFLAGS.SunOS+= -std=c99 -D__EXTENSIONS__
+CFLAGS.SunOS+= -D__EXTENSIONS__
 
 .include "options.mk"
 



Home | Main Index | Thread Index | Old Index