pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/opensp



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Jan 29 15:44:09 UTC 2018

Modified Files:
        pkgsrc/textproc/opensp: Makefile

Log Message:
opensp: Specify C++03 (access declarations).


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/textproc/opensp/Makefile

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

Modified files:

Index: pkgsrc/textproc/opensp/Makefile
diff -u pkgsrc/textproc/opensp/Makefile:1.44 pkgsrc/textproc/opensp/Makefile:1.45
--- pkgsrc/textproc/opensp/Makefile:1.44        Sat Jul  9 06:39:07 2016
+++ pkgsrc/textproc/opensp/Makefile     Mon Jan 29 15:44:09 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2016/07/09 06:39:07 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2018/01/29 15:44:09 jperkin Exp $
 #
 
 DISTNAME=      OpenSP-1.5.2
@@ -16,7 +16,7 @@ BUILD_DEPENDS+=       xmlto-[0-9]*:../../textp
 CONFLICTS+=    sp-[0-9]*
 
 USE_TOOLS+=            gmake msgfmt perl
-USE_LANGUAGES=         c c++
+USE_LANGUAGES=         c c++03
 USE_LIBTOOL=           yes
 PTHREAD_OPTS+=         require
 USE_PKGLOCALEDIR=      yes



Home | Main Index | Thread Index | Old Index