diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-10-03 19:13:08 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-10-03 19:13:08 -0300 |
commit | abff29ddde73b58b470ce9fded70102112025208 (patch) | |
tree | af8a75fa74adaeed7b3896885dff2ff872cc0200 /libre/virtualbox-libre | |
parent | ef76c46b8cdc53619641624481bd342cfad46fca (diff) | |
download | abslibre-abff29ddde73b58b470ce9fded70102112025208.tar.gz abslibre-abff29ddde73b58b470ce9fded70102112025208.tar.bz2 abslibre-abff29ddde73b58b470ce9fded70102112025208.zip |
virtualbox-libre-4.2.0-3.1: fixing issue on free-distros.patch file
Diffstat (limited to 'libre/virtualbox-libre')
-rw-r--r-- | libre/virtualbox-libre/free-distros.patch | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/libre/virtualbox-libre/free-distros.patch b/libre/virtualbox-libre/free-distros.patch index dd4ad637c..d99d85ad0 100644 --- a/libre/virtualbox-libre/free-distros.patch +++ b/libre/virtualbox-libre/free-distros.patch @@ -650,10 +650,12 @@ --- VirtualBox-4.2.0.orig/src/VBox/Main/xml/Settings.cpp 2012-08-29 11:13:34.000000000 -0300 +++ VirtualBox-4.2.0/src/VBox/Main/xml/Settings.cpp 2012-10-03 17:02:44.581501053 -0300 -@@ -3406,6 +3406,17 @@ +@@ -3405,7 +3405,18 @@ + { "netware", "Netware" }, { "solaris", "Solaris" }, { "opensolaris", "OpenSolaris" }, - { "l4", "L4" } +- { "l4", "L4" } ++ { "l4", "L4" }, + { "gnu", "GNU" }, + { "gnuhurd", "GNUHurd" }, + { "parabola", "Parabola" }, @@ -664,7 +666,7 @@ + { "musix", "Musix" }, + { "trisquel", "Trisquel" }, + { "dynebolic", "Dynebolic" }, -+ { "venenux", "Venenux" }, ++ { "venenux", "Venenux" } }; void MachineConfigFile::convertOldOSType_pre1_5(Utf8Str &str) |