From 09783f363131524408e459330a1bc385504c33fe Mon Sep 17 00:00:00 2001 From: krion Date: Sun, 22 Aug 2004 00:51:49 +0000 Subject: Fix build with gcc-3.4 PR: ports/70780 Submitted by: Ports Fury --- archivers/rvm/Makefile | 8 +------- archivers/rvm/files/patch-rconfig.h | 11 +++++++++++ 2 files changed, 12 insertions(+), 7 deletions(-) create mode 100644 archivers/rvm/files/patch-rconfig.h diff --git a/archivers/rvm/Makefile b/archivers/rvm/Makefile index d09b2a0b2484..a2fbf91b715b 100644 --- a/archivers/rvm/Makefile +++ b/archivers/rvm/Makefile @@ -28,10 +28,4 @@ CONFIGURE_ARGS= --with-default-config-file=${PREFIX}/etc/rvm.conf MAN1= rvm.1 PLIST_FILES= bin/rvm -.include - -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile with gcc 3.4.2" -.endif - -.include +.include diff --git a/archivers/rvm/files/patch-rconfig.h b/archivers/rvm/files/patch-rconfig.h new file mode 100644 index 000000000000..9a8070dbd1e6 --- /dev/null +++ b/archivers/rvm/files/patch-rconfig.h @@ -0,0 +1,11 @@ +--- rconfig.h.orig Sun May 9 07:57:35 2004 ++++ rconfig.h Sat Aug 21 01:55:46 2004 +@@ -259,7 +259,7 @@ + action_type m_action; + bool m_default; + class timestamp m_timestamp; +- class cfgfiles_type m_cfgfiles; ++ cfgfiles_type m_cfgfiles; + std::string m_link_catalog_dir; + std::string m_log_dir; + std::string m_rsync_local_path; -- cgit