aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-infiniband/openib-osm/files/openib-osm-3.2.6_p20090317-fix.patch')
-rw-r--r--sys-infiniband/openib-osm/files/openib-osm-3.2.6_p20090317-fix.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-infiniband/openib-osm/files/openib-osm-3.2.6_p20090317-fix.patch b/sys-infiniband/openib-osm/files/openib-osm-3.2.6_p20090317-fix.patch
new file mode 100644
index 000000000..4f67e9bc3
--- /dev/null
+++ b/sys-infiniband/openib-osm/files/openib-osm-3.2.6_p20090317-fix.patch
@@ -0,0 +1,11 @@
+--- include/vendor/osm_vendor.h.orig 2009-08-20 21:48:00.320595396 +0400
++++ include/vendor/osm_vendor.h 2009-08-20 21:47:22.386595263 +0400
+@@ -65,7 +65,7 @@
+ #include <vendor/osm_vendor_ibumad.h>
+ #elif defined( OSM_VENDOR_INTF_AL )
+ #include <vendor/osm_vendor_al.h>
+-#elif
++#else
+ #error No MAD Interface selected!
+ #error Choose an interface in osm_config.h
+ #endif