gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r7576: std=c++03 fixes


From: Carl Hansen
Subject: [Gsrc-commit] trunk r7576: std=c++03 fixes
Date: Tue, 4 May 2021 13:14:52 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 7576
revision-id: carlhansen@gnu.org-20210504171447-b1jf1ev3pn36sxbm
parent: carlhansen@gnu.org-20210504170228-nx7a1qsagl48ojvs
committer: Carl Hansen <carlhansen@gnu.org>
branch nick: trunk
timestamp: Tue 2021-05-04 10:14:47 -0700
message:
  std=c++03 fixes
modified:
  pkg/gnu/goptical/config.mk     config.mk-20160617015954-8kt6czdo617aa49k-1
  pkg/gnu/ucommon/config.mk      config.mk-20160617021403-rh9ol4fvajuu0wtp-1
=== modified file 'pkg/gnu/goptical/config.mk'
--- a/pkg/gnu/goptical/config.mk        2021-05-04 17:02:28 +0000
+++ b/pkg/gnu/goptical/config.mk        2021-05-04 17:14:47 +0000
@@ -1,4 +1,5 @@
 ## Configuration options for goptical ##
 
 CONFIGURE_OPTS ?= 
-BUILD_OPTS ?= --std=gnu++03
+BUILD_OPTS ?= CPPFLAGS=-std=gnu++03
+

=== modified file 'pkg/gnu/ucommon/config.mk'
--- a/pkg/gnu/ucommon/config.mk 2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/ucommon/config.mk 2021-05-04 17:14:47 +0000
@@ -1,4 +1,4 @@
 ## Configuration options for ucommon ##
 
 CONFIGURE_OPTS ?= --with-sslstack=gnutls
-BUILD_OPTS ?=
+BUILD_OPTS ?= CPPFLAGS=-std=c++03


reply via email to

[Prev in Thread] Current Thread [Next in Thread]