summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis Freise <dennis.freise@final-frontier.org>2015-02-23 13:41:05 +0100
committerDennis Freise <dennis.freise@final-frontier.org>2015-02-23 13:41:05 +0100
commit896572d76491fe41339edcadb4555b7ee867c40a (patch)
treefdc76bab58ba13a2ac3da4a05ef6ddedcc5c8e92 /net-dialup/fcpci/files/fcpci-gcc-4.9.patch
parent*capisuite-0.5.0 (23 Aug 2013) (diff)
downloaddfreise-master.tar.gz
dfreise-master.tar.bz2
dfreise-master.zip
*fcpci-0.1-r11 (22 Feb 2015)HEADmaster
22 Feb 2015; Dennis Freise <dennis.freise@final-frontier.org> Revision bump, new patch for GCC >= 4.9, which deprecates __DATE__ and __TIME macros.
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");