summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-dialup/fcpci/files/fcpci-gcc-4.9.patch')
-rw-r--r--net-dialup/fcpci/files/fcpci-gcc-4.9.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-dialup/fcpci/files/fcpci-gcc-4.9.patch b/net-dialup/fcpci/files/fcpci-gcc-4.9.patch
new file mode 100644
index 0000000..dc83568
--- /dev/null
+++ b/net-dialup/fcpci/files/fcpci-gcc-4.9.patch
@@ -0,0 +1,11 @@
+--- src/main.c.orig 2015-02-21 19:04:43.500460688 +0100
++++ src/main.c 2015-02-21 19:05:06.744406290 +0100
+@@ -356,7 +356,7 @@
+ lib_strncpy (REVISION, DRIVER_REV, sizeof (REVISION));
+ }
+ NOTE("%s, revision %s\n", DRIVER_LOGO, REVISION);
+- NOTE("(%s built on %s at %s)\n", TARGET, __DATE__, __TIME__);
++// NOTE("(%s built on %s at %s)\n", TARGET, __DATE__, __TIME__);
+
+ #ifdef __LP64__
+ NOTE("-- 64 bit CAPI driver --\n");