diff options
author | Dennis Freise <dennis.freise@final-frontier.org> | 2015-02-23 13:41:05 +0100 |
---|---|---|
committer | Dennis Freise <dennis.freise@final-frontier.org> | 2015-02-23 13:41:05 +0100 |
commit | 896572d76491fe41339edcadb4555b7ee867c40a (patch) | |
tree | fdc76bab58ba13a2ac3da4a05ef6ddedcc5c8e92 /net-dialup/fcpci/files | |
parent | *capisuite-0.5.0 (23 Aug 2013) (diff) | |
download | dfreise-896572d76491fe41339edcadb4555b7ee867c40a.tar.gz dfreise-896572d76491fe41339edcadb4555b7ee867c40a.tar.bz2 dfreise-896572d76491fe41339edcadb4555b7ee867c40a.zip |
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')
-rw-r--r-- | net-dialup/fcpci/files/fcpci-gcc-4.9.patch | 11 |
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"); |