summaryrefslogtreecommitdiff
path: root/archivers/rvm
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-08-22 00:51:49 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-08-22 00:51:49 +0000
commitfe3d0fd58e57231a5916922fd41f676adff70e2e (patch)
tree48fe4f4fda6d134f826fc69acd40ffa66332a5bf /archivers/rvm
parentTrack sessions and, optionally, users (diff)
Fix build with gcc-3.4
PR: ports/70780 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=116992
Diffstat (limited to 'archivers/rvm')
-rw-r--r--archivers/rvm/Makefile8
-rw-r--r--archivers/rvm/files/patch-rconfig.h11
2 files changed, 12 insertions, 7 deletions
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 <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 502126
-BROKEN= "Does not compile with gcc 3.4.2"
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
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;