From 896572d76491fe41339edcadb4555b7ee867c40a Mon Sep 17 00:00:00 2001 From: Dennis Freise Date: Mon, 23 Feb 2015 13:41:05 +0100 Subject: *fcpci-0.1-r11 (22 Feb 2015) 22 Feb 2015; Dennis Freise Revision bump, new patch for GCC >= 4.9, which deprecates __DATE__ and __TIME macros. --- net-dialup/fcpci/files/fcpci-gcc-4.9.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net-dialup/fcpci/files/fcpci-gcc-4.9.patch (limited to 'net-dialup/fcpci/files/fcpci-gcc-4.9.patch') 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"); -- cgit v1.2.3-65-gdbad