guix-patches
[Top][All Lists]
Advanced

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

[bug#41556] [PATCH] gnu: aegis: Update homepage link and fix build failu


From: Josh Marshall
Subject: [bug#41556] [PATCH] gnu: aegis: Update homepage link and fix build failure
Date: Tue, 26 May 2020 23:12:26 -0400

    * gnu/packages/version-control.scm (aegis): Update homepage link and fix 
build failure
---
 gnu/packages/version-control.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 09ffd8f271..deb746db26 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1885,7 +1885,10 @@ accessed and migrated on modern systems.")
        ("ed" ,ed)))
     (arguments
      `(#:configure-flags (list "--with-no-aegis-configured"
-                               "--sharedstatedir=/var/com/aegis")
+                               "--sharedstatedir=/var/com/aegis"
+                              ;; Uses the old 'throw()' specifier with 'new'
+                              ;; which changed in C++11.
+                              "CXXFLAGS=-std=c++03")
        #:parallel-build? #f ; There are some nasty racy rules in the Makefile.
        #:phases
        (modify-phases %standard-phases
@@ -1928,7 +1931,7 @@ accessed and migrated on modern systems.")
 
                ;; The author decided to call the check rule "sure".
                (invoke "make" "sure")))))))
-    (home-page "http://aegis.sourceforge.net";)
+    (home-page "https://sourceforge.net/projects/aegis/";)
     (synopsis "Project change supervisor")
     (description "Aegis is a project change supervisor, and performs some of
 the Software Configuration Management needed in a CASE environment.  Aegis
-- 
2.26.2






reply via email to

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